# fastapi-common-base **Repository Path**: course_6/common-base ## Basic Information - **Project Name**: fastapi-common-base - **Description**: fastapi-common-base - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-14 - **Last Updated**: 2024-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastApi-admin #### 介绍 1. 基于fastapi+sqlalchemy+alembic+jwt_fastapi实现后台管理 - 配置文件 - 路由 - 日志 - 定时任务 - 数据库 - 工具类 - IOC容器 - 插件扩展 - docker 多实例负载均衡部署 # 开发原则 所有的功能,都将以插件的形势嵌入系统中使用 自己写的包放在lib里面