Skip to content

cdutyb/pypy_goofish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

基于FastAPI和Vue的闲鱼二手商品数据爬取与可视化系统

后端(localhost:8000)

在终端(根目录)输入命令

cd backend
pip install -r requirements.txt
cd ../
uvicorn backend.app.main:app --reload # 如果在其他位置启动会导致检测不到backend模块

后端启动完成

前端(localhost:5000)

(如果5000端口被占用会递增至5001端口)
1、在网上安装Node.js
2、新开一个终端(根目录)输入命令

cd frontend
npm install
npm run dev

前端启动完成