aravinve / bingebuffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bingebuffer

An unbiased IMDB type webapp built with Django & Materialize. Moderator/Public type review platform for movies, anime, series & games.

Setup Commands

  1. Move to the project directory to execute in-built django scripts.
cd bingebuffer
  1. Run migrations to be up to date
python manage.py migrate
  1. Create a super user
python manage.py createsuperuser
  1. Start the django server
 python manage.py runserver

About


Languages

Language:HTML 42.7%Language:Python 38.3%Language:JavaScript 10.5%Language:CSS 8.5%