fastapi template cookiecutter:FastAPI模板cookiecutter 源码
介绍 创建FastAPI的模板 结构体 该项目分为子应用程序,主应用程序未用作功能。 如果愿意,此模板可创建具有基本结构的子应用。 数据结构使用干净的架构概念,因此我们具有: 适配器-外部子应用程序通信 端点-API的通信层。 服务-业务规则 DAO-是系统查询 模型-数据模型 产品特点 SQLAlchemy 1.4 Alpha异步查询 用pytest测试 用Dynaconf配置 与探矿者的静态分析 如何使用? $ pip install cookiecutter $ pip install kamidana $ cookiecutter ./fastapi-template-coo