Skip to content

爬取闲鱼商品并处理和展示

Notifications You must be signed in to change notification settings

su322/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

前端启动完成

About

爬取闲鱼商品并处理和展示

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.9%
  • Vue 23.0%
  • JavaScript 2.7%
  • HTML 1.4%