"Node Cellar" is a sample CRUD application built with with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB.
The application allows you to browse through a list of wines, as well as add, update, and delete wines.
This application is further documented here.
The application is also hosted online. You can test it here.
Install the Heroku Toolbelt
Sign up for a Heroku account
Login to Heroku from the
herokuCLI:$ heroku loginCreate a new app on Heroku:
$ heroku createAdd the MongoLab Heroku Add-on
$ heroku addons:add mongolabUpload the app to Heroku:
$ git push heroku masterOpen the app in your browser:
$ heroku open