Go to file
2022-12-12 23:24:00 +08:00
instance update report 2022-12-12 21:57:45 +08:00
sql update report 2022-12-12 21:57:45 +08:00
src add init-db 2022-12-12 23:24:00 +08:00
实验报告.assets update report 2022-12-12 21:57:45 +08:00
.gitignore document upload/download/delete ok 2022-12-11 23:47:12 +08:00
DBBigWorkDesign.drawio update report 2022-12-12 21:57:45 +08:00
MANIFEST.in add init-db 2022-12-12 23:24:00 +08:00
README.md fuck lining, from sqlite to mysql 2022-12-11 21:43:19 +08:00
setup.py add init-db 2022-12-12 23:24:00 +08:00
实验报告.md add init-db 2022-12-12 23:24:00 +08:00
表设计.xlsx update report 2022-12-12 21:57:45 +08:00
设计文档.md update report 2022-12-12 21:57:45 +08:00

cd src
python -m venv venv
pip install flask
flask --app main run

使用之前需要新整一个mysql服务器然后在里面建立一个数据库bigwork并保证该数据库被授权给了指定的用户。 在config里面修改对应的用户、密码、服务器地址