A web based kanban board that also supports tasks from TFS. Uses MongoDB as database.
- Make sure you have nodejs installed.
- Make sure mongodb is installed and running.
- Download source from "git clone https://github.com/raasiel/KanbanBoard/"
- Need to install dependencies. Need to run as root, since mongo connector compiles on install. "sudo npm install"
- Run grunt to create a database in mongo and add test data "grunt mongo-import"
- Run the app "grunt"