- Python 3.10 或 3.11
- Node.js 18+
cd backend
pip install -r requirements.txtpython init_data.pyuvicorn app.main:app --reload --port 8000后端API文档: http://localhost:8000/docs
cd frontend
npm install
npm run dev前端页面: http://localhost:3000
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cd backend
pip install -r requirements.txtpython init_data.pyuvicorn app.main:app --reload --port 8000后端API文档: http://localhost:8000/docs
cd frontend
npm install
npm run dev前端页面: http://localhost:3000