FastAPI service skeleton¶
Stub page
Production-shaped FastAPI app: settings, errors, pagination, healthz, structured logs.
Planned content¶
- Project layout (app/, deps/, routers/, schemas/, services/)
- Settings via pydantic-settings + .env
- Exception handlers producing RFC 7807 responses
- Healthz / readyz endpoints
- OpenAPI customization (servers, security)