fastapi project template -- fastapi scaffold
作者:互联网
FastAPI Project Template
https://github.com/rochacbruno/fastapi-project-template
fastapi框架的脚手架, 集成的技术都是fastapi作者推荐的:
- SQLModel -- sqlachemy 和 pydantic的集合
- Typer -- CLI
- Poetry
提供
- 安装 打包 发布 功能
- lint test format release
- mkdocs
- 容器
- pytest
- codecov
The base to start an openapi project featuring: SQLModel, Typer, FastAPI, JWT Token Auth, Interactive Shell, Management Commands.
What is included on this template?