"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
heroku
CLI:$ heroku login
-
Create a new app on Heroku:
$ heroku create
-
Add the MongoLab Heroku Add-on
$ heroku addons:add mongolab
-
Upload the app to Heroku:
$ git push heroku master
-
Open the app in your browser:
$ heroku open