MTI 2023 Python project
eric.cloyd
sylvain.ecuer
# start all services (app, auth, db)
docker-compose upThe API is available on port 8000.
Online documentation is available at /docs while the server is running.
# start database
docker-compose up py_db -d
poetry install
poetry run pytest
# stop database
docker-compose down