// TODO: rules and description
At the moment no extra config required for local start
docker-compose up
or to run server in background mode
docker-compose up -d
After first up:
docker-compose python manage.py migrate
api available at port 8000
database interface adminer available at port 8080