Files
X25020501_card_book/README.md
2025-02-18 14:26:47 +08:00

31 lines
383 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.

# Card Book
## 部署
1.环境准备和要求
- **python** 3.11.0
- **mysql** 5.7 (建议)
- **redis** 5.0 (建议)
2.安装依赖
```shell
pip install -r requirements.txt
```
3.修改配置
- 数据库和redis连接信息
- 图片资源上传目录
- 境外代理
4.启动服务
```shell
uvicorn main:app
```
## 关于
作者:[xingc](mailto:xingc<xingcys@gmail.com>)