NOTE: You need to have node.js and mongodb installed and running.
$ git clone git://github.com/luiza-cicone/conceptor.git
$ npm install
$ cp config/config.example.js config/config.js
$ npm start
NOTE: Do not forget to update your facebook twitter and github APP_ID and APP_SECRET in config/config.js
.
Then visit http://localhost:3000/
- node-genem A module to generate the MVC skeleton using this approach.
- node-notifier - used for notifications via emails and push notificatiions
- node-view-helpers - some common view helpers
-app/
|__controllers/
|__models/
|__mailer/
|__views/
-config/
|__routes.js
|__config.js
|__passport.js (auth config)
|__sockets.js (sockets config)
|__express.js (express.js configs)
|__middlewares/ (custom middlewares)
-public/
$ npm test