Application served on localhost:8000/api/v1/
Swagger documentation for API endpoints on localhost:8000/apidocs/
Run make docker_up
Tests make docker_test
Stop make docker_stop
Tear down container make docker_down
Virtual environment python -m venv .venv
Start venv source .venv/bin/activate
Dependencies pip3 install -r requirements.txt
Tests run pytest
Run python app.py