# code4appx **Repository Path**: highlightBoy/code4appx ## Basic Information - **Project Name**: code4appx - **Description**: code4app源码讨论网站 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-11-03 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Nodeclub = [![build status][travis-image]][travis-url] [![Coverage Status](https://img.shields.io/coveralls/cnodejs/nodeclub.svg?style=flat-square)](https://coveralls.io/r/cnodejs/nodeclub?branch=master) [![David deps][david-image]][david-url] [![node version][node-image]][node-url] [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/cnodejs/nodeclub?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [travis-image]: https://img.shields.io/travis/cnodejs/nodeclub.svg?style=flat-square [travis-url]: https://travis-ci.org/cnodejs/nodeclub [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=_0.10-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 系统的兼容性* ``` 1. install `node.js` `mongodb` 2. run mongod 3. `$ make install` 安装 Nodeclub 的依赖包 4. `$ make test` 确保各项服务都正常 5. `$ node app.js` 6. visit `localhost:3000` 7. done! ``` ## 其他 跑测试 ```bash $ make test ``` 跑覆盖率测试 ```bash $ make test-cov ``` ## License MIT