A site that shows info (including trailer) about movies/series based on category with search feature, allows people to view and download videos and allows only authenticated users to add reviews.
- filter movies by categories
- watch trailer, download videos
- standard comment system with reply for authenticated user
- search feature
- and many more...
- git clone https://github.com/PeterOlayemi/Movie-Site.git
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver