Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 839 Bytes

README.md

File metadata and controls

71 lines (39 loc) · 839 Bytes

贝尔 bauer-admin-python 低代码开发平台

后端项目:

​ GitHup:https://github.com/shiming-git/bauer-admin-python

​ Gitee:https://gitee.com/librarycodes/bauer-admin-python

前端项目:

​ GitHup:https://github.com/shiming-git/bauer-admin-vue

​ Gitee:https://gitee.com/librarycodes/bauer-admin-vue

项目反馈地址:[email protected]

框架:

python3
tornado
mysql
redis
rabbitmq
vue3 
element-ui
axios
core-js
注意事项
mysqlclient 数据库器 百度搜索解决办法

导入依赖包

pip freeze > requirements.txt

修改配置文件

config      配置文件
mysql       数据库文件
redis       缓存文件

启动项目

main.py     启动主程序

项目122