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

https://github.com/rwson/n-blog

NodeJs的博客-番外篇
https://github.com/rwson/n-blog

Last synced: 11 months ago
JSON representation

NodeJs的博客-番外篇

Awesome Lists containing this project

README

          

# Node-blog

### 功能:

---

- 多用户注册/登录
- 文章发表/转载/评论/删除
- 上传文件
- 存档
- 分页
- 标签分类
- 访问/评论/转载统计
- 删除评论
- 标题查询(有限的正则)
- 用户中心
- 友情链接

#### 安装

---

用git clone https://github.com/rwson/N-blog.git 把项目克隆到本地
然后进入该目录,在终端运行npm install
再运行node app.js,浏览器中输入127.0.0.1:3000即可访问