Summarises the news!
Deployed here: https://summer-api.fly.dev/.
This app required either Python >= 3.11 or docker.
Install poetry if you don't have it already:
pip install poetryInstall dependencies:
poetry installStart the app:
poetry run uvicorn app.main:app --reloadTest the app:
poetry run pytest