A simple todo application built using Node.js. It was based on the tutorial here and here.
It makes use of Express and Redis.
- Install Node.js if you haven't already.
- Run
git clone git://github.com/johngrogg/jgtodos.git
in your terminal. - Enter the folder and run
npm install
. - Install Redis if necessary.
- Launce Redis with the command
redis-server
. - Within the application folder run
node app
. - Browse to http://localhost:3000