DBBigWork/README.md
2022-12-11 21:43:19 +08:00

9 lines
291 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```shell
cd src
python -m venv venv
pip install flask
flask --app main run
```
使用之前需要新整一个mysql服务器然后在里面建立一个数据库bigwork并保证该数据库被授权给了指定的用户。
在config里面修改对应的用户、密码、服务器地址