first init

This commit is contained in:
xingc
2025-02-18 14:26:47 +08:00
commit 48a02974fc
41 changed files with 2297 additions and 0 deletions

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
# 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>)