-
install python v3
-
install xampp
-
install django
$ pip install django
4 .open xampp and start apache & mysql
6 .open phpmyadmin
7 .create databse with name 'imdb' and import imdb.sql
8 .then open a terminal in root directory where manage.py resides and run the command
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 nanage.py runserver
- homepage-> http://localhost:8000/
- addmovie-> http://localhost:8000/addmovie
Done
- Home Page
- Movie Page
- Review Graph Representation
- Review Text
- Add Movie Page
THANK YOU ✌✌✌✌✌