Генерация FastAPI-проектов под продакшен

★ 8.5 · web-development

fastapi-templates is a Claude Code skill that generates production-ready FastAPI project structures with async patterns, dependency injection, and comprehensive error handling. It lays out a layered architecture across api, core, models, schemas, services, and repositories directories, along with middleware and security configuration. Async database operations with PostgreSQL and MongoDB, background tasks, and async route handlers are all covered. The testing setup uses pytest and httpx.AsyncClient with dependency_overrides for clean session isolation. It's aimed at Python developers starting a new FastAPI service from scratch or building high-performance async REST APIs and microservices.