https://github.com/qiaocco/itoutiao
爱头条
https://github.com/qiaocco/itoutiao
django python
Last synced: 3 months ago
JSON representation
爱头条
- Host: GitHub
- URL: https://github.com/qiaocco/itoutiao
- Owner: qiaocco
- Created: 2019-05-15T08:47:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T20:53:23.000Z (about 5 years ago)
- Last Synced: 2025-02-01T11:42:02.651Z (5 months ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
爱头条
### 1. 确认需求
1. Post页面
2. 登录注册(不包含手机号码登录)
3. 标签分类
4. 搜索
5. 点赞
6. 收藏
7. 评论
8. 用户(关注,个人设置)
9. 热门分享/最新分享Tab
10. 首页Feed### 2. 技术选型
1. Django Web框架
2. Django REST framework
3. Vue
4. Redis
5. MySQL
6. Elasticsearch(搜索)### 3. 设计表结构(Model)
1. User
2. Contact
3. Post
4. Comment
5. Like
6. Collect
7. Tag### 4. 搭建项目框架
### 5. 准备数据(爬虫)
### 6. 前端模板