diff options
| author | Bertrand Yuan <bert.yuan@outlook.com> | 2025-12-16 08:36:36 +0800 |
|---|---|---|
| committer | Bertrand Yuan <bert.yuan@outlook.com> | 2025-12-16 08:36:36 +0800 |
| commit | 69728d4a5c8508f24e670b8c4889b2703a2a4721 (patch) | |
| tree | 7fa8f235cd7d90336a299b8d952f48796fb0d088 /docs/simple-blog-platform.md | |
| parent | b7248478bbf9da99346961146000f2705f2a7d67 (diff) | |
docs: upload task instruction
Diffstat (limited to 'docs/simple-blog-platform.md')
| -rw-r--r-- | docs/simple-blog-platform.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/simple-blog-platform.md b/docs/simple-blog-platform.md new file mode 100644 index 0000000..0fc0355 --- /dev/null +++ b/docs/simple-blog-platform.md @@ -0,0 +1,45 @@ +# Simple Blog Platform + +**Objective:** Create a platform that allows users to publish and read blog posts. + +**Core Features:** + +- User registration and login. +- Publish, edit, and delete blog posts. +- View a list of all blog posts. +- Support comments on posts. + +**Extended Features:** + +- Add post categories (e.g., technology, life, travel). +- Support post search functionality. +- Add user profile pages. + +**Tech Stack:** Recommended + +- Frontend: HTML/CSS/JavaScript +- Backend: Python (Flask/Django) or PHP +- Database: SQLite or MySQL + +--- + +**目标**:创建一个允许用户发布和阅读博客文章的平台。 + +**核心功能:** + +- 用户注册和登录。 +- 发布、编辑和删除博客文章。 +- 查看所有博客文章的列表。 +- 支持帖子评论。 + +**扩展功能:** + +- 添加帖子类别(例:科技、生活、旅游)。 +- 支持帖子搜索功能。 +- 添加用户配置文件页面。 + +**技术栈:** 推荐 + +- 前端:HTML / CSS / JavaScript +- 后端:Python (Flask/Django)或PHP +- 数据库:SQLite或MySQL |
