Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 620 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 620 Bytes

helloBackboneIO

Simple application to test Backbone.io with Express & Mongoose for the application server app and Backbone for the front app.

Install

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

Launch

Run you application with "node app". View the result by opening "http://localhost:3000" in your browser.