An open API service indexing awesome lists of open source software.

https://github.com/qiaocco/itoutiao

爱头条
https://github.com/qiaocco/itoutiao

django python

Last synced: 3 months ago
JSON representation

爱头条

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. 前端模板