maxwilkinsontech / msc-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About


Languages

Language:Python 99.5%Language:Dockerfile 0.4%Language:Shell 0.1%