Skip to content

TV series database for "Walking Dead" using Django pulling out data from themoviedb API

Notifications You must be signed in to change notification settings

mmncit/djangotv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoTV

Movie database (similar to IMDB but only for Walking Dead).

Utilized:

  • Django
  • themoviedb API
  • Bootstrap

Features:

  • Users can browse information about the seasons and episodes of Waling Dead.
  • Episode details (description, crew, and casting) are displayed according to the episode.

Build instructions

virtualenv .                  # create a virtual environment

./Scripts/activate            # activate virtual environment (in Windows)
or 
source Scripts/activate       # activate virtual environment (in Ubuntu)

python manage.py runserver    # to run the server

Deployed the web app at Heroku. Click here to visit the website.

Homepage screenshot

Screen Shot 2022-09-03 at 5 50 33 PM

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

TV series database for "Walking Dead" using Django pulling out data from themoviedb API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published