Files
2026-07-26 01:01:43 +08:00
..
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00
2026-07-26 00:30:28 +08:00

market_api

用于把月度招投标 Excel 数据导入 PostgreSQL,并在后续提供统计口径查询的 FastAPI 服务。

本地运行

pip install -r requirements.txt
source .venv/bin/activate
uvicorn market_api.main:app --reload