Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 268 Bytes

File metadata and controls

24 lines (17 loc) · 268 Bytes

pic1

pic2

安装依赖

pip install -r requirements.txt

启动后端服务

cd backend
python app.py

启动前端服务

cd frontend
python -m http.server 8080

然后访问http://localhost:8080