Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nqdy666/qjzd-club
秦晋之巅-社区
https://github.com/nqdy666/qjzd-club
Last synced: about 1 month ago
JSON representation
秦晋之巅-社区
- Host: GitHub
- URL: https://github.com/nqdy666/qjzd-club
- Owner: nqdy666
- License: mit
- Created: 2015-03-15T15:10:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T22:18:19.000Z (9 months ago)
- Last Synced: 2024-04-15T01:10:47.043Z (8 months ago)
- Language: JavaScript
- Size: 8.68 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - qjzd-club - 社区 | nqdy666 | 6 | (JavaScript)
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** 开发的社区系统,界面优雅,功能丰富,小巧迅速。
## 安装部署
*不保证 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
```## License
MIT