uobtheatre-api
API for uobtheatre. Check out the project’s documentation.
Prerequisites
Initialize the project
Start the dev server for local development:
docker compose up
Create a superuser to login to the admin:
docker compose run --rm web ./manage.py createsuperuser