/moo

A movie viewing app with comments and admin/user functionality

Primary LanguagePython

Moo: Movie Website

A movie viewing website with like/dislike, comments and admin/user functionality

Demo

Live demo

The website is live at https://moviesdjango.pythonanywhere.com/.

Video demo (outdated)

Alt text

Build Instructions

git clone https://github.com/chouhanaryan/moo.git
cd .\moo\
pip3 install -r requirements.txt
cd .\moo\
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

Superuser creation

After migrations, run the createsuperuser command and enter the required details

python3 manage.py createsuperuser