FastAPI Template Installation uv sync cp .env.example .env Running the Application Development Mode uv run --env-file .env python -m app.main --reload Docker-Based Development docker compose up --build