# blog **Repository Path**: L3/blog ## Basic Information - **Project Name**: blog - **Description**: ruby on rails 构建 blog - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-18 - **Last Updated**: 2023-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README ## 简介 这是一个多 Blog 系统 ## 环境 Things you may want to cover: * Ruby version * v6.0.1 * System dependencies * ubuntu 18.04 * Configuration * * Database creation * SQLite * Database initialization * run `rake db:migrate` * Services (job queues, cache servers, search engines, etc.) * Deployment instructions * rails server ## 功能 ### 八大模块 总共有8个页面快 1. article:博客块 2. comment:评论块 3. devise:用户块 4. welcome:首页块 5. users:用户展示块 6. about:系统功能介绍块 7. contact:个人联系方式 8. layout:布局块 ### 功能介绍 1. 首先介绍首页 ![1575440211760](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575440211760.png) - 可以点的链接一共有8个,分别是左上角的blog,右上角的博客、用户、注册和登录,右下角的About、Contact和News 2. 点击BLOG可进入首页 ![1575440352388](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575440352388.png) 3. 点击博客可以展示所有博客 可以看到所有用户发表的博客 点击标题可以进入博客内 ![1575440431442](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575440431442.png) 4. 点击用户可以展示所有用户 ![1575440450750](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575440450750.png) 5. 点击注册可以注册账号 总共4个信息填写,email,username,password,password-confirm 填完可以点击sign up注册 注册完会自动登录注册账号 ![1575440473458](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575440473458.png) 6. 点击登录可以登录已注册账号 ![1575440809951](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575440809951.png) 7. 登录后右上角按钮会更换 ![1575443785436](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575443785436.png) 8. 更换后可以使用新建博客,填入相关信息即可发表 ![1575443772203](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575443772203.png) 9. 可以点击博客按钮查看已发布的所有博客 ![1575443973003](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575443973003.png) 10. 点击用户可以查看已注册的所有用户 ![1575444115132](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575444115132.png) 11. 点击个人信息可以查看已登录的用户的信息 可以看到基本信息,点击编辑按钮可以修改个人信息,或删除用户 还可以看到个人已发布博客和发布的评论 展示区内的可以点击标题 ![1575444168767](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575444168767.png) ![1575444181361](C:\Users\hwang\AppData\Roaming\Typora\typora-user-images\1575444181361.png) ## Author - HuangZhiCheng