Skip to content

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

Notifications You must be signed in to change notification settings

poloop/helloBackboneIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published