|
1 | | -# Dash-FastAPI |
2 | | - |
3 | | -#### 介绍 |
4 | | -基于Dash+FastAPI开发的一个通用中后台管理系统 |
5 | | - |
6 | | -#### 软件架构 |
7 | | -软件架构说明 |
8 | | - |
9 | | - |
10 | | -#### 安装教程 |
11 | | - |
12 | | -1. xxxx |
13 | | -2. xxxx |
14 | | -3. xxxx |
15 | | - |
16 | | -#### 使用说明 |
17 | | - |
18 | | -1. xxxx |
19 | | -2. xxxx |
20 | | -3. xxxx |
21 | | - |
22 | | -#### 参与贡献 |
23 | | - |
24 | | -1. Fork 本仓库 |
25 | | -2. 新建 Feat_xxx 分支 |
26 | | -3. 提交代码 |
27 | | -4. 新建 Pull Request |
28 | | - |
29 | | - |
30 | | -#### 特技 |
31 | | - |
32 | | -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md |
33 | | -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) |
34 | | -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 |
35 | | -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 |
36 | | -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) |
37 | | -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) |
| 1 | +<p align="center"> |
| 2 | + <img alt="logo" src="https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"> |
| 3 | +</p> |
| 4 | +<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">Dash-FastAPI v1.0.0</h1> |
| 5 | +<h4 align="center">基于Dash+FastAPI前后端分离的纯Python快速开发框架</h4> |
| 6 | +<p align="center"> |
| 7 | + <a href="https://gitee.com/y_project/RuoYi-Vue/stargazers"><img src="https://gitee.com/insistence2022/dash-fastapi/badge/star.svg?theme=dark"></a> |
| 8 | + <a href="https://gitee.com/insistence2022/dash-fastapi"><img src="https://img.shields.io/badge/DashFastAPI-v1.0.0-brightgreen.svg"></a> |
| 9 | + <a href="https://gitee.com/insistence2022/dash-fastapi/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a> |
| 10 | +</p> |
| 11 | + |
| 12 | +## 平台简介 |
| 13 | + |
| 14 | +Dash-FastAPI是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。 |
| 15 | + |
| 16 | +* 前端采用Dash、feffery-antd-components、feffery-utils-components。 |
| 17 | +* 后端采用FastAPI、sqlalchemy、Redis & Jwt。 |
| 18 | +* 权限认证使用Jwt,支持多终端认证系统。 |
| 19 | +* 支持加载动态权限菜单,多方式轻松权限控制。 |
| 20 | +* 特别鸣谢:<u>[RuoYi](https://gitee.com/y_project/RuoYi-Vue)</u> ,[feffery-antd-components](https://github.com/CNFeffery/feffery-antd-components),[feffery-utils-components](https://github.com/CNFeffery/feffery-utils-components)。 |
| 21 | + |
| 22 | +## 内置功能 |
| 23 | + |
| 24 | +1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。 |
| 25 | +2. 部门管理:配置系统组织机构(公司、部门、小组)。 |
| 26 | +3. 岗位管理:配置系统用户所属担任职务。 |
| 27 | +4. 菜单管理:配置系统菜单,操作权限,按钮权限标识等。 |
| 28 | +5. 角色管理:角色菜单权限分配。 |
| 29 | +6. 字典管理:对系统中经常使用的一些较为固定的数据进行维护。 |
| 30 | +7. 参数管理:对系统动态配置常用参数。 |
| 31 | +8. 通知公告:系统通知公告信息发布维护。 |
| 32 | +9. 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。 |
| 33 | +10. 登录日志:系统登录日志记录查询包含登录异常。 |
| 34 | +11. 在线用户:当前系统中活跃用户状态监控。 |
| 35 | +12. 定时任务:在线(添加、修改、删除)任务调度包含执行结果日志。 |
| 36 | +13. 系统接口:根据业务代码自动生成相关的api接口文档。 |
| 37 | +14. 服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息。 |
| 38 | +15. 缓存监控:对系统的缓存信息查询,命令统计等。 |
0 commit comments