Skip to content

HuWen7/ReactFlaskMySQLToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactFlaskMySQLToDoList

使用

  • material UI

  • react

  • redux / react-redux / redux-thunk

  • react-router

  • axios

  • flask

构建一个 ToDoList。

知乎链接:https://zhuanlan.zhihu.com/p/256420485

完成情况

  • Flask 建立和链接数据库
  • Server 端 Token 登录
  • 样式构建
  • 数据管理
  • 路由

使用方法

服务端

  • python2.7
cd Server
# 安装必要的库
pip install -r requirement.txt
# 配置 constant.py,包括数据库的链接,端口号,Token 的密钥等
cp constant.py.example constant.py
# 创建数据库
python schema.py
# 运行服务端
python app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages