Skip to content

one-game/flask-admin-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-admin-service

基于flask的运用于vue-element-admin后端,使用jwt作为token鉴权。

运行

pip install
run app.py

目录

├─app.py //项目入口文件
├─configs.py //全局变量的配置
├─requirements.txt //依赖
├─utils //工具类
|   ├─dumps.py //封装response
|   ├─jwt.py  //jwt解析和封装
|   └md5.py  // md5加密
├─models 
|   ├─activity.py
|   ├─admin.py
|   ├─category.py
|   ├─goods.py
|   ├─order.py
|   └user.py
├─controller 
|     ├─activityController.py
|     ├─adminController.py
|     ├─categoryController.py
|     ├─goodsController.py
|     ├─orderController.py

About

基于flask的运用于vue-element-admin后端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%