Setup Create and activate a virtual environment: python3 -m venv .venv && source .venv/bin/activate Install dependencies: pip install -r requirements.txt Start the application: uvicorn app:app --reload