Files
X25020501_card_book/README.md

37 lines
452 B
Markdown
Raw Permalink 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
alembic upgrade head
```
5.启动服务
```shell
uvicorn main:app
```
## 关于
作者:[xingc](mailto:xingc<xingcys@gmail.com>)