snyk-bot 91a3286f2c fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BSON-6056525
2024-01-02 09:53:33 +08:00
2019-04-11 12:45:12 +08:00
2019-10-23 16:50:29 +08:00
2020-09-23 17:45:09 +08:00
2015-12-07 19:52:06 +08:00
2018-11-01 20:51:45 +08:00
2018-11-01 20:51:45 +08:00
2019-02-28 22:04:55 +08:00
2019-09-17 17:04:27 +08:00
2019-08-20 22:35:11 +08:00
2019-09-17 17:04:27 +08:00
2015-07-01 15:17:45 +08:00
2017-04-12 11:54:13 +08:00
2018-09-14 15:08:16 +08:00
2016-07-17 18:01:00 +08:00
2019-03-08 17:19:44 +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
2018-11-01 10:56:31 +08:00

Nodeclub

build status codecov.io David deps node version

介绍

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

安装部署

不保证 Windows 系统的兼容性

线上跑的是 Node.js v8.12.0MongoDB 是 v4.0.3Redis 是 v4.0.9。

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%