Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
electronic-pig authored Aug 23, 2024
1 parent 3dd6f43 commit 2585be7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

豆瓣Top250电影列表网络爬虫+数据可视化Web应用

## 主要文件结构
## 📁 主要文件结构
```
│ app.py //flask应用入口
│ dockerfile //docker部署文件
Expand All @@ -28,19 +28,19 @@
```

## 项目运行
## 🚀 项目运行
```
pip install -r requirements.txt
python app.py
```

## Docker部署
## 🐳 Docker部署
```
docker pull electronicpig/douban-webapp:latest
docker run -d --name douban-webapp -p 8000:8000 electronicpig/douban-webapp:latest
```

## 运行效果
## 📸 运行截图
> 主页面
![image](https://github.com/electronic-pig/DoubanTop250-WebCrawler/assets/103497254/655a439e-1f02-4bef-a8a0-63cb550e26f3)
Expand Down

0 comments on commit 2585be7

Please sign in to comment.