Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 640 Bytes

Backbone Book Library

Book Library RESTful application built as an exercise from "Developing Backbone.js Applications"

Technologies

  • Backbone.js
  • Express
  • Mongodb

Run Application

Install bower

$ npm install -g bower

Install dependencies

$ npm install && bower install

Download and install MongoDB from mongodb.org. There are detailed installation guides on the website.

Run MongoDB

$ mongod --dbpath data

Run Express server:

$ node server.js

Open http://localhost:4711 in browser