Skip to content

• Movie Streaming App • Connected TMDB.org API and automated adding of new movie information to the database of the app. • Auto generated Weekly Newsletter for Movie Recommendation.

Notifications You must be signed in to change notification settings

himanshuxmehra/movies-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movies-app

A movies streaming app developed over Django.

Requirements

Django v3.2.15 Pillow v9.0.0 requests v2.26.0 python-dotenv v0.17.0 apscheduler v3.7.0

Installation Steps:

Installation is pretty simple!

pip install -r requirements.txt  
python manage.py runserver
#db config
DB_NAME =
DB_USE =
DB_PASS = 
DB_SERVICE =
DB_PORT = 

# tmdb api
API_KEY = 

# domain
DOMAIN = 

#smtp config
MAIL_API_URL = 
MAIL_API_KEY = 
MAIL_API_ADDRESS = 

About

• Movie Streaming App • Connected TMDB.org API and automated adding of new movie information to the database of the app. • Auto generated Weekly Newsletter for Movie Recommendation.

Topics

Resources

Stars

Watchers

Forks

Languages