Skip to content

To help trckng movies watched/not watched list with recommendations based on movies watched.

Notifications You must be signed in to change notification settings

AnishReddyRavula/MovieBluff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

""" Author: Anish Reddy Ravula Email: anishreddyravula@gmail.com """

Django project to implement moviebluff project.

  • Install python 3.5 with virtualenvironment

  • install the requirements as >>>pip install -r requirements.txt

  • Requires MySQL database

  • Configure moviebluff/settings.py so as to use your database

  • change database address, database(name), user, password.

  • Make sure to execute >>>python manage.py migrate

  • command to migrate to your database

  • Run the server by >>>python manage.py runserver <<your_ip>>:8000

  • In browser open the app "<<your_ip>>:8000/movies"

About

To help trckng movies watched/not watched list with recommendations based on movies watched.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published