update 26.7.25

This commit is contained in:
kun
2026-07-26 00:30:28 +08:00
parent 59b80ba269
commit 4218e6cdfc
66 changed files with 13639 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# market_api
用于把月度招投标 Excel 数据导入 PostgreSQL,并在后续提供统计口径查询的 FastAPI 服务。
## 本地运行
```bash
pip install -r requirements.txt
```
```bash
source .venv/bin/activate
uvicorn market_api.main:app --reload
```