Skip to content

Sample application built with Backbone.js, Twitter Bootstrap, Node.js, Express, MongoDB

Notifications You must be signed in to change notification settings

apurvajo/nodecellar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB

"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.

To run the application on your own Azure account:##

  1. Setup mongo db to Azure VM - see setup folder for hints
  2. 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

About

Sample application built with Backbone.js, Twitter Bootstrap, Node.js, Express, MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.7%
  • HTML 38.0%
  • CSS 4.3%