Create a .env
file similar to the env.example
file
DB user is postgres, database name is postgres, password is mysecretpassword. You can access it over localhost:5433.
Run docker-compose run api python3 /backend/manage.py migrate
to run the DB migrations