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 poetry
Install dependencies:
poetry install
Start the app:
poetry run uvicorn app.main:app --reload
Test the app:
poetry run pytest