An unbiased IMDB type webapp built with Django & Materialize. Moderator/Public type review platform for movies, anime, series & games.
- Move to the project directory to execute in-built django scripts.
cd bingebuffer
- Run migrations to be up to date
python manage.py migrate
- Create a super user
python manage.py createsuperuser
- Start the django server
python manage.py runserver