red-china.com 是使用 Node.js 和 MongoDB 开发的社区系统,界面优雅,功能丰富,小巧迅速,
不保证 Windows 系统的兼容性
线上跑的是 Node.js v4.4.0,MongoDB 是 v3.0.5,Redis 是 v3.0.3。
1. 安装 `Node.js[必须]` `MongoDB[必须]` `Redis[必须]`
2. 启动 MongoDB 和 Redis
3. `$ make install`
4. `$ make test`
5. `$ node app.js`
6. visit `http://localhost:3000`
7. done!
跑测试
$ make test
跑覆盖率测试
$ make test-cov