README.md for the working & tested code Instructions to lauch the App uv venv .venv --python 3.12 source .venv/bin/activate uv pip install -r requirements.txt fastapi dev app/main.py Instructions to run pytest in a separate terminal source .venv/bin/activate pytest -v