Skip to content

Python Template

FastAPI app with /health endpoint defined in app/main.py. Run manually:

bash
uvicorn app.main:app --reload --port 3004

MIT Licensed