rename src to ebookman

This commit is contained in:
ridethepig 2022-12-12 23:27:45 +08:00
parent ef95becfd0
commit 8cfd83f768
28 changed files with 10 additions and 3 deletions

View File

@ -1,9 +1,16 @@
# 电子书管理系统
> 数据库大作业
## 运行源代码
```shell
cd src
python -m venv venv
pip install flask
flask --app main run
flask --app ebookman run
```
使用之前需要新整一个mysql服务器然后在里面建立一个数据库bigwork并保证该数据库被授权给了指定的用户。
在config里面修改对应的用户、密码、服务器地址