Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 604 Bytes

File metadata and controls

21 lines (17 loc) · 604 Bytes

Movie-Review-and-Recommender-website

This project is a movie review and recommender system using python and django as the web framework

First install django Then install these packages :

1)django crispy forms 2)random 3)pillow 4)IMDBpy 5)pickle

Steps:

  1. Navigate to the movie_reviews folder using command prompt
  2. Run the following commands to perform migration of databases : python manage.py makemigrations python manage.py migrate
  3. Then use the below command to start the server and run website python manage.py runserver
  4. Search for http://127.0.0.1:8000/ in either chrome or firefox