Skip to content

使用python flask 和 mysql开发的一个用户增删改查例子

Notifications You must be signed in to change notification settings

mudfish/python-flask-user-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

运行步骤

  1. 安装python3、mysql5.7
  2. 安装模块
pip install flask
pip install pymysql
  1. 执行Mysql脚本: user_test.sql
  2. 项目根目录,命令行执行
python app.py
  1. 访问系统: localhost:8001

alt text

捐赠

  • 觉得本项目对你有帮助的话,可捐赠任意金额以鼓励,谢谢!

alt text

更多精彩资源

  • 这是一个资源站,后续会不断更新一些好用的东西或书籍教程,值得持续关注: https://www.codegen.top/

About

使用python flask 和 mysql开发的一个用户增删改查例子

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published