Skip to the content.

uobtheatre-api

Build Status Built with

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