https://github.com/rwson/n-blog
NodeJs的博客-番外篇
https://github.com/rwson/n-blog
Last synced: 11 months ago
JSON representation
NodeJs的博客-番外篇
- Host: GitHub
- URL: https://github.com/rwson/n-blog
- Owner: rwson
- Created: 2015-08-11T12:50:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T15:22:33.000Z (almost 11 years ago)
- Last Synced: 2025-03-11T03:41:53.244Z (over 1 year ago)
- Language: JavaScript
- Size: 2.48 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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即可访问