FastAPI Development Guidelines
Objective: Define standards for building type-safe, performant, and maintainable Python APIs with FastAPI, covering project structure, Pydantic schemas, async patterns, dependency injection, security, and testing.
Source File
View the full rule: .agent/rules/fastapi.md
Sections
- Project Structure & Application Factory
- Type Safety & Schemas
- Async & Performance
- Error Handling & Security
- Testing & Operations
