update 26.7.25
This commit is contained in:
Executable
+14
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user