Acerca de
The FastAPI Template skill empowers developers to build scalable, maintainable backend services by automating the creation of CRUD entities following the Repository and Service patterns. It enforces a strict 'single session per request' architecture using SQLAlchemy AsyncSession, ensuring database integrity and performance. By integrating Pydantic's CamelModel, it automatically bridges the gap between Pythonic snake_case and frontend-friendly camelCase, while providing a standardized structure for routers, services, repositories, and schemas that adheres to industry best practices.