python3.12 -m venv venv
. venv/bin/activate
pip install -U pip
pip install -r requirements.txt
pytest app -v
uvicorn app.main:app --port 8080
docker compose up
- Non-existing DMS responses are treated as empty lists.
- Default input dates are
yesterdayandtoday. - Try the endpoint with wrong input dates for funny response messages. Enjoy it!
- Install
docker-compose-v2insteaddocker-compose-plugin. There is a bug with the former plugin when upgrading to Ubuntu Noble.