Comprehensive guide for modern FastAPI development with async Python, emphasizing Domain-Driven Design, layered architecture (Router → Service → Repository), SQLModel ORM, and async best practices.
| Understand architecture | layered-architecture.md | | Create API routes | api-routes.md | | Work with database | database-orm.md | | Organize domains | domain-driven-design.md | | Build services | service-layer.md | | Create repositories | repository-pattern.md | | Validate requests | dtos-validation.md | | Use async patterns | async-patterns.md |
| Handle errors | error-handling.md | | See full examples | complete-examples.md |
FastAPI backend development guidelines for Python async applications. Domain-Driven Design with FastAPI routers, SQLModel/SQLAlchemy ORM, repository pattern, service layer, async/await patterns, Pydantic validation, and error handling. Use when creating APIs, routes, services, repositories, or working with backend code. Source: chacha95/advanced-harness.