This application supports the Getting Started with Node on Heroku article - check it out.
The DB is hosted on Mongo Labs (https://mongolab.com)
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone https://github.com/arunreturns/filestore.git # or clone your own fork
$ cd filestore
$ npm install
$ npm startYour app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
or
