Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnodejs/nodeclub
:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统
https://github.com/cnodejs/nodeclub
Last synced: 4 days ago
JSON representation
:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统
- Host: GitHub
- URL: https://github.com/cnodejs/nodeclub
- Owner: cnodejs
- License: mit
- Created: 2012-02-15T07:41:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T05:20:35.000Z (4 months ago)
- Last Synced: 2024-10-29T11:58:04.376Z (4 months ago)
- Language: JavaScript
- Homepage: http://cnodejs.org/
- Size: 9.09 MB
- Stars: 9,340
- Watchers: 590
- Forks: 3,122
- Open Issues: 160
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - cnodejs/nodeclub - :baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统 (JavaScript)
- my-awesome - nodeclub - :baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统 (JavaScript)
- awesome-github-star - nodeclub
README
Nodeclub
=[![build status][travis-image]][travis-url]
[![codecov.io][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![node version][node-image]][node-url][travis-image]: https://img.shields.io/travis/cnodejs/nodeclub/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/cnodejs/nodeclub
[codecov-image]: https://img.shields.io/codecov/c/github/cnodejs/nodeclub/master.svg?style=flat-square
[codecov-url]: https://codecov.io/github/cnodejs/nodeclub?branch=master
[david-image]: https://img.shields.io/david/cnodejs/nodeclub.svg?style=flat-square
[david-url]: https://david-dm.org/cnodejs/nodeclub
[node-image]: https://img.shields.io/badge/node.js-%3E=_4.2-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/## 介绍
Nodeclub 是使用 **Node.js** 和 **MongoDB** 开发的社区系统,界面优雅,功能丰富,小巧迅速,
已在Node.js 中文技术社区 [CNode(http://cnodejs.org)](http://cnodejs.org) 得到应用,但你完全可以用它搭建自己的社区。## 安装部署
*不保证 Windows 系统的兼容性*
线上跑的是 [Node.js](https://nodejs.org) v8.12.0,[MongoDB](https://www.mongodb.org) 是 v4.0.3,[Redis](http://redis.io) 是 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!
```## 测试
跑测试
```bash
$ make test
```跑覆盖率测试
```bash
$ make test-cov
```## 贡献
有任何意见或建议都欢迎提 issue,或者直接提给 [@alsotang](https://github.com/alsotang)
## License
MIT