An implementation of Joel's Evidence Based Scheduling. Basically, FogBugz stripped down to its barebones.
- node.js
- mongodb
- Fire up the mongodb server by typing
mongod &
- Fire up the node.js server by typing
node server.js
in the base directory of the project. - Fire up the web browser.