You need poetry for this project. If you don't have it yet, I suggest installing it via pipx.
poetry install
poetry run uvicorn app:app
If you want to override any of the application settings, copy the file
.env.dist to .env and modify as necessary. All the settings within that
file can also be passed as environment variables.