This skill provides standardized, enterprise-ready templates for building high-performance Python backends with FastAPI. It enforces best practices such as a modular directory layout, the repository/service pattern for clean separation of concerns, and full asynchronous database integration with SQLAlchemy. By providing scaffolding for JWT authentication, Pydantic schemas, and global error handling, it allows developers to focus on business logic while ensuring their API remains scalable, maintainable, and secure from day one.
主要功能
01Automated dependency injection for database and configuration
02Asynchronous CRUD repository pattern implementation
03JWT-based authentication and authorization flows
04Production-ready Pydantic V2 schema integration
05Modular directory structure for scalable microservices
0681 GitHub stars