chouhanaryan / moo

A movie viewing app with comments and admin/user functionality

Home Page:https://moviesdjango.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A movie viewing app with comments and admin/user functionality

https://moviesdjango.pythonanywhere.com/


Languages

Language:Python 58.7%Language:HTML 40.3%Language:CSS 0.9%