This commit is contained in:
dj
2026-04-09 17:40:10 +08:00
parent b2ebd3e12d
commit faff1a5977
8 changed files with 410 additions and 72 deletions

View File

@@ -115,8 +115,7 @@ pip install -r requirements.txt
在终端输入以下命令:
```bash
cd backend #确保启动时在后端跟目录下
./venv/Scripts/python.exe -m uvicorn app.main:app --host 127.0.0.1 --port 8000
--reload #启动后端项目
./venv/Scripts/python.exe -m uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload #启动后端项目
```
先启动后端项目,再启动前端项目