This is a monorepo with a Django backend (with Django Ninja), a React frontend, and a Postgres database, fully containerized with Docker.
docker-compose up --build OR make up
docker-compose run web python manage.py migrate OR make migrate
docker-compose run --rm web pytest tests/ OR make test
see Swagger docs at /api/docs ...