Simple application to test Backbone.io with Express & Mongoose for the application server app and Backbone for the front app.
Open a terminal window, go to in your folder's project, and install dependencies with "npm install".
Open a new terminal window, go to in your folder's project, and launch mongodb :
mongod --dbpath [database folder path]
Launch mongo in a new terminal window.
mongo
Create your database with the command use:
use backboneio
Run you application with "node app". View the result by opening "http://localhost:3000" in your browser.