Skip to content

A web based kanban board that also supports tasks from TFS

Notifications You must be signed in to change notification settings

jamshedkhan/KanbanBoard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KanbanBoard

A web based kanban board that also supports tasks from TFS. Uses MongoDB as database.

How to setup

  1. Make sure you have nodejs installed.
  2. Make sure mongodb is installed and running.
  3. Download source from "git clone https://github.com/raasiel/KanbanBoard/"
  4. Need to install dependencies. Need to run as root, since mongo connector compiles on install. "sudo npm install"
  5. Run grunt to create a database in mongo and add test data "grunt mongo-import"
  6. Run the app "grunt"

About

A web based kanban board that also supports tasks from TFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.3%
  • CSS 36.7%
  • C# 2.6%
  • HTML 2.4%