2014-11-19 19:30:24 +08:00
2014-11-13 11:39:56 +08:00
2014-11-19 19:30:24 +08:00
2014-11-19 19:30:24 +08:00
2014-10-26 17:32:13 +08:00
2014-11-14 17:16:11 +08:00
2014-11-07 16:33:56 +08:00
2014-11-19 19:07:01 +08:00
2014-11-19 19:30:24 +08:00
2014-11-19 19:07:01 +08:00
2014-08-12 20:10:50 +08:00
2014-09-27 23:28:14 +08:00
2014-10-26 20:12:01 +08:00
2014-11-02 22:50:38 +08:00
2014-10-27 00:08:02 +08:00
2013-11-22 10:13:17 +08:00
2014-10-22 20:27:03 +08:00
2014-08-12 20:10:50 +08:00
2014-11-02 22:50:38 +08:00
2014-10-27 00:13:26 +08:00

Nodeclub

build status Coverage Status David deps node version

![Gitter](https://badges.gitter.im/Join Chat.svg)

介绍

Nodeclub 是使用 Node.jsMongoDB 开发的社区系统,界面优雅,功能丰富,小巧迅速, 已在Node.js 中文技术社区 CNode(http://cnodejs.org) 得到应用,但你完全可以用它搭建自己的社区。

安装部署

不保证 Windows 系统的兼容性

1. install `node.js` `mongodb`
2. run mongod
3. `$ make install` 安装 Nodeclub 的依赖包
4. `$ make test` 确保各项服务都正常
5. `$ node app.js`
6. visit `localhost:3000`
7. done!

其他

跑测试

$ make test

跑覆盖率测试

$ make test-cov

License

MIT

Description
🐤Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统
Readme MIT 14 MiB
Languages
JavaScript 82.4%
CSS 10.8%
HTML 5.5%
Less 1.2%