Skip to content

sayok88/faux_imdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faux_imdb

A RESTful API for movies (something similar to IMDB).

Local setup

pip install -r requirements.txt
python manage.py migrate
python manage.py loadfixture

you can use sqlite in database if you face any issues

Heroku Deployement

heroku login
git add -A .
git commit -m "deploy"
heroku create
git push heroku master
heroku run python manage.py migrate
heroku run python manage.py loadfixture
heroku run python manage.py createsuperuser
heroku ps:scale web=1
heroku open

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages