2017-10-18 11:04:28 +08:00
2017-10-18 11:04:28 +08:00
2016-04-20 16:49:24 +08:00
2017-07-14 11:54:18 +08:00
2015-12-07 19:52:06 +08:00
2016-10-23 15:40:04 +08:00
2016-09-12 16:15:20 +08:00
fix
2017-09-05 23:02:06 +08:00
2017-06-01 11:35:19 +08:00
2015-07-01 15:17:45 +08:00
2017-04-12 11:54:13 +08:00
2016-04-30 17:51:32 +08:00
2016-07-17 18:01:00 +08:00
2017-07-14 11:54:18 +08:00
2015-09-15 13:32:13 +08:00
2016-10-17 10:59:17 +08:00
2016-09-30 17:10:42 +08:00
2015-09-15 13:32:13 +08:00
2017-05-18 16:34:25 +08:00
2016-10-23 15:40:04 +08:00

Nodeclub

build status codecov.io David deps node version

介绍

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

安装部署

不保证 Windows 系统的兼容性

线上跑的是 Node.js v4.4.0MongoDB 是 v3.0.5Redis 是 v3.0.3。

1. 安装 `Node.js[必须]` `MongoDB[必须]` `Redis[必须]`
2. 启动 MongoDB 和 Redis
3. `$ make install` 安装 Nodeclub 的依赖包
4. `cp config.default.js config.js` 请根据需要修改配置文件
5. `$ make test` 确保各项服务都正常
6. `$ node app.js`
7. visit `http://localhost:3000`
8. done!

测试

跑测试

$ make test

跑覆盖率测试

$ make test-cov

贡献

有任何意见或建议都欢迎提 issue或者直接提给 @alsotang

License

MIT

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