A basic Express setup, hooked up with mongoose-auth and Bootstrap. Includes configuration files for deployment on dotCloud.
$ brew install mongodb
$ npm i --link
$ cp etc/example.secrets.js etc/secrets.js
Don't forget to run mongod before booting the app!
$ node boot.js
$ make test