https://github.com/robinv8/myblog
nodejs实战练习,搭建多人博客
https://github.com/robinv8/myblog
express mongodb nodejs
Last synced: 3 months ago
JSON representation
nodejs实战练习,搭建多人博客
- Host: GitHub
- URL: https://github.com/robinv8/myblog
- Owner: robinv8
- Created: 2017-03-07T13:14:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T04:01:33.000Z (over 9 years ago)
- Last Synced: 2025-01-31T21:09:09.327Z (over 1 year ago)
- Topics: express, mongodb, nodejs
- Language: HTML
- Homepage:
- Size: 783 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## myblog
使用 Express + MongoDB 搭建多人博客
## 开发环境
- Node.js: `7.2.1`
- MongoDB: `3.2.10`
- Express: `4.14.0`
## 主要功能
- 实现登录、注册功能
- 实现文章列表、文章详情功能
- 为文章添加阅读量、评论功能