Appearance
FastAPI app with /health endpoint defined in app/main.py. Run manually:
/health
app/main.py
uvicorn app.main:app --reload --port 3004