djh
This commit is contained in:
@@ -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 #启动后端项目
|
||||
```
|
||||
先启动后端项目,再启动前端项目
|
||||
|
||||
|
||||
Reference in New Issue
Block a user