Files
JARVIS/backend
DESKTOP-72TV0V4\caoxiaozhu 90ea732584 Add local project snapshots and plans
Capture the current local data snapshot and planning artifacts alongside
this development batch so the workspace state matches the code changes.
This preserves the reference materials and generated files that were
kept in the working tree.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 13:49:03 +08:00
..
2026-03-22 13:47:34 +08:00
2026-03-22 13:47:34 +08:00
2026-03-22 13:47:34 +08:00
2026-03-22 13:47:34 +08:00
2026-03-22 13:42:16 +08:00

Jarvis Backend

快速开始

1. 安装依赖

cd backend
uv sync

2. 配置环境变量

cp .env.example .env
# 编辑 .env 填入 API Key

3. 启动开发服务器

uv run uvicorn app.main:app --reload --host 127.0.0.1 --port 9527

4. API 文档

启动后访问 http://localhost:9527/docs 查看交互式 API 文档。

环境变量

.env.example

数据库

SQLite 数据库位于 ./data/jarvis.db,首次启动自动创建表。