https://github.com/think2011/blog-coffeescript-express4-bootstrap3
来自 node.js 实战 ,用 coffeeScript & express4 & bootstrap 重构
https://github.com/think2011/blog-coffeescript-express4-bootstrap3
Last synced: 12 months ago
JSON representation
来自 node.js 实战 ,用 coffeeScript & express4 & bootstrap 重构
- Host: GitHub
- URL: https://github.com/think2011/blog-coffeescript-express4-bootstrap3
- Owner: think2011
- Created: 2014-06-29T05:33:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T10:06:10.000Z (almost 12 years ago)
- Last Synced: 2024-04-13T16:27:42.261Z (about 2 years ago)
- Language: CSS
- Homepage:
- Size: 683 KB
- Stars: 16
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 概述
* 例子来自 《node.js 实战》这本书的第一章。
* 用 coffeeScript & express4 & bootstrap 重构。
* 在这编码过程以及部署过程中遇到很多坑,希望这个例子能够帮到同样遇坑的朋友。
## 功能
1. 多人注册、登录
2. 发布文章 `(markdown语法)`
3. 发布评论 `(markdown语法)`
4. 上传文件
5. 用户文章页
6. 文章的编辑删除
7. 存档浏览
8. 标签浏览
9. 分页功能
10. 文章pv `(浏览数)`
11. 文章搜索
12. 系统日志记录
## 演示


[点我立即看demo](http://blog-coffeescript-express4-bootstrap3-c9-think2011.c9.io/)
---
> ##### 技术: node.js+express4+mongodb
> ##### 时间: 2014年6月
> ##### 源码: [blog-coffeeScript-express4-bootstrap3](https://github.com/think2011/blog-coffeeScript-express4-bootstrap3)
> ##### 我的博客: [think2011](http://think2011.github.io/)