vbos-backend
VBOS Django application and data services. Check out the project's source code.
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