Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Mar 5, 2011
1 parent 28d800d commit 533223c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.html

This file was deleted.

11 changes: 11 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=A demo app in node.js illustrating CURD operations using Express, mongoose and Jade

==Steps
Install mongodb : sudo apt-get install mongodb
Install node.js : https://github.com/joyent/node
Install npm : curl http://npmjs.org/install.sh | sh
git clone git://github.com/madhums/nodejs-express-mongoose-demo.git noobjs
cd noobjs
npm install
node app.js
http://localhost:3000/

0 comments on commit 533223c

Please sign in to comment.