# fastapi-admin **Repository Path**: LongYuFeng/fastapi-admin ## Basic Information - **Project Name**: fastapi-admin - **Description**: 基于Python框架Fastapi+mysql+redis+定时任务+日志基础服务 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 7 - **Created**: 2024-09-17 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: api-gateway **Tags**: FastAPI, Python, admin ## README # fastapi-admin #### 介绍 基于Python框架Fastapi+mysql+redis+定时任务+日志基础服务 #### 软件架构 软件架构说明 #### 安装依赖 ``` python pip freeze > requirements.txt ``` #### 运行项目 可以使用 ``` ./run.bat ``` 也可以 ``` python main.py ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request