API Service
Python FastAPI 后端服务。
本地开发
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r api/requirements.txt
python -m uvicorn api.app.main:app --reload --host 0.0.0.0 --port 8000
默认接口
GET /healthGET /api/v1/ping
Python FastAPI 后端服务。
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r api/requirements.txt
python -m uvicorn api.app.main:app --reload --host 0.0.0.0 --port 8000
GET /healthGET /api/v1/ping