11<p align =" center " >
22 <img alt="logo" src="https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png">
33</p >
4- <h1 align =" center " style =" margin : 30px 0 30px ; font-weight : bold ;" >Dash-FastAPI v1.0.0</h1 >
4+ <h1 align =" center " style =" margin : 30px 0 30px ; font-weight : bold ;" >Dash-FastAPI-Admin v1.0.0</h1 >
55<h4 align =" center " >基于Dash+FastAPI前后端分离的纯Python快速开发框架</h4 >
66<p align =" center " >
77 <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>
8+ <a href="https://gitee.com/insistence2022/dash-fastapi"><img src="https://img.shields.io/badge/DashFastAPIAdmin -v1.0.0-brightgreen.svg"></a>
99 <a href="https://gitee.com/insistence2022/dash-fastapi/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
1010</p >
1111
1212## 平台简介
1313
14- Dash-FastAPI是一套全部开源的快速开发平台 ,毫无保留给个人及企业免费使用。
14+ Dash-FastAPI-Admin是一套全部开源的快速开发平台 ,毫无保留给个人及企业免费使用。
1515
1616* 前端采用Dash、feffery-antd-components、feffery-utils-components。
17- * 后端采用FastAPI、sqlalchemy、Redis & Jwt。
18- * 权限认证使用Jwt ,支持多终端认证系统。
17+ * 后端采用FastAPI、sqlalchemy、MySQL、 Redis、OAuth2 & Jwt。
18+ * 权限认证使用OAuth2 & Jwt ,支持多终端认证系统。
1919* 支持加载动态权限菜单,多方式轻松权限控制。
20- * 特别鸣谢:<u >[ RuoYi-Vue] ( 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 ) 。
20+ * 特别鸣谢:<u >[ RuoYi-Vue] ( https://gitee.com/y_project/RuoYi-Vue ) </u > ,< u > [ feffery-antd-components] ( https://github.com/CNFeffery/feffery-antd-components ) </ u >,< u > [ feffery-utils-components] ( https://github.com/CNFeffery/feffery-utils-components ) </ u > 。
2121
2222## 内置功能
2323
24241 . 用户管理:用户是系统操作者,该功能主要完成系统用户配置。
25- 2 . 部门管理:配置系统组织机构(公司、部门、小组) 。
26- 3 . 岗位管理:配置系统用户所属担任职务 。
27- 4 . 菜单管理:配置系统菜单,操作权限,按钮权限标识等 。
28- 5 . 角色管理:角色菜单权限分配 。
25+ 2 . 角色管理:角色菜单权限分配 。
26+ 3 . 菜单管理:配置系统菜单,操作权限,按钮权限标识等 。
27+ 4 . 部门管理:配置系统组织机构(公司、部门、小组) 。
28+ 5 . 岗位管理:配置系统用户所属担任职务 。
29296 . 字典管理:对系统中经常使用的一些较为固定的数据进行维护。
30307 . 参数管理:对系统动态配置常用参数。
31318 . 通知公告:系统通知公告信息发布维护。
32329 . 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。
333310 . 登录日志:系统登录日志记录查询包含登录异常。
343411 . 在线用户:当前系统中活跃用户状态监控。
35- 12 . 定时任务:在线(添加、修改、删除) 任务调度包含执行结果日志。
36- 13 . 系统接口:根据业务代码自动生成相关的api接口文档 。
37- 14 . 服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息 。
38- 15 . 缓存监控:对系统的缓存信息查询,命令统计等 。
35+ 12 . 定时任务:在线(添加、修改、删除) 任务调度包含执行结果日志。
36+ 13 . 服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息 。
37+ 14 . 缓存监控:对系统的缓存信息查询,命令统计等 。
38+ 15 . 系统接口:根据业务代码自动生成相关的api接口文档 。
3939
4040## 演示图
4141
@@ -77,7 +77,7 @@ Dash-FastAPI是一套全部开源的快速开发平台,毫无保留给个人
7777 </tr>
7878</table >
7979
80- ## 项目运行
80+ ## 项目运行相关
8181
8282``` bash
8383# 克隆项目
@@ -110,7 +110,7 @@ cd dash-fastapi-backend
110110
111111# 运行sql文件
1121121.新建数据库dash-fastapi(默认,可修改)
113- 2.使用数据库连接工具运行sql文件夹下的dash -fastapi.sql
113+ 2.使用命令或数据库连接工具运行sql文件夹下的dash -fastapi.sql
114114
115115# 运行后端
116116python3 app.py
@@ -123,5 +123,5 @@ python3 app.py
123123密码:admin123
124124
125125# 浏览器访问
126- 路径 :http://127.0.0.1:8088
126+ 地址 :http://127.0.0.1:8088
127127```
0 commit comments