Installation install express npm install express -g redis npm install redis nodemon brew install nodemon npm install start redis server redis-server /usr/local/etc/redis.conf start node server nodemon app.js open app at http://localhost:3000/todo Tutorial http://javascriptplayground.com/blog/2012/04/node-js-a-todo-app-with-express/ http://javascriptplayground.com/blog/2012/06/node-express-todo-app-redis/