"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.
- Setup mongo db to Azure VM - see setup folder for hints
- In Azure websites create App settings: a. MongoDbServer with DNS for the MongoDb which listens on port 27017 a. MongoDbUserName with username to wine database - default user is wineUser b. MongoDbPassword - password for the user with readWrite access c. TODO create variable for the server