##Todo App (MIT License)
Fork from amirrajan Node.js - Todo example
Changed to use MongoDb instead of redis.
My first experiment with Node.js ...
##Install Node
Go to http://nodejs.org and install NodeJS
##Fork me
git clone https://github.com/xmahle/nodejs-todo.git
##Run Locally
Install all the dependencies:
npm install (you may need to prefix this with sudo if you're on Mac)
Run the app:
node server.js
Then navigate to http://localhost:3000