express-mongoose-starter

A very bare-bones starter app, using only Express and Mongoose. Essentially, a stripped-down version of node-express-mongoose-demo.

Requirements:

Installation:

$ git clone git://github.com/aduth/express-mongoose-starter ./my-app
$ cd my-app
$ npm install

After installing, start the application using Node:

$ node server.js

You can now view the application in your browser by navigating to http://localhost:3000/