소개
This skill provides comprehensive templates and implementation patterns for building high-performance, scalable FastAPI applications. It automates the setup of standardized project layouts, integrating essential features like asynchronous database sessions with SQLAlchemy, Pydantic data validation, repository/service patterns for clean separation of concerns, and secure JWT authentication. It is ideal for developers starting new backend services who want to follow industry best practices for async Python development and structured dependency injection from the first line of code.