Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 411 Bytes

File metadata and controls

17 lines (16 loc) · 411 Bytes

Fastapi Async Web Service

  • python3.10
  • fastapi
  • sqlalchemy 2.x

集成sqlalchemy 2.x异步引擎,搭建的FastApi脚手架。

  • JWT认证
  • Apscheduler定时任务
  • 多语言/本地化处理的封装
  • Fastapi-Limiter接口限流
  • 全局异常捕获
  • 接口加密
  • alembic数据库迁移管理
  • pre-commit代码检查
  • 单元测试用例
  • 命令行参数的封装
  • 容器化部署等