Welcome

Steps to run the project:

  1. Download or clone the repo.
  2. Open a terminal window in the downloaded/cloned folder.
  3. Run pip install -r requirements.txt.
  4. Run python manage.py migrate to apply database migrations.
  5. Run python manage.py createsuperuser to create a super user 🦸
  6. Run python manege.py runserver.