A app using Express 4.
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git pull
$ npm install
$ heroku local
Your app should now be running on localhost:5000.
$ git add .
$ git commit -m "what did you change"
$ git push
Merging your local branch with <dev|prod> will automatically rebuild and relaunch the server.
Merging the dev branch to prod will rebuild the production server and should only be done after code reviews.
Steps to launch the mongoDB web interface
$ heroku login
<login>
<pasword>
$ heroku addons:open mongolab --app chefly-prod