people-reading/backend
2026-05-11 23:26:11 +08:00
..
app first commit 2026-05-11 23:26:11 +08:00
tests first commit 2026-05-11 23:26:11 +08:00
.dockerignore first commit 2026-05-11 23:26:11 +08:00
.env.example first commit 2026-05-11 23:26:11 +08:00
Dockerfile first commit 2026-05-11 23:26:11 +08:00
README.md first commit 2026-05-11 23:26:11 +08:00
requirements.txt first commit 2026-05-11 23:26:11 +08:00

Backend

FastAPI 后端提供微信登录、图片上传、手相报告生成和历史报告管理。

Run

python3 -m venv venv
venv/bin/pip install -r requirements.txt
cp .env.example .env
venv/bin/uvicorn app.main:app --reload

Cleanup Expired Images

venv/bin/python -m app.cli

API Prefix

所有业务 API 位于 /api/v1

本地开发默认 WECHAT_MOCK_LOGIN=trueOPENAI_API_KEY 为空时会返回 mock 报告,便于先联调小程序流程。