Running the backend

  1. Create and run the docker containers:
docker-compose up -d --build
  1. Initalise data
docker-compose exec web python manage.py initialise
  1. If prompted to login use: email: admin@email.com password: superuser

  2. Make sure frontend is running: https://github.com/Maxamuss/msc-frontend/