Skip to content

dflor003/tech-debt-tracker

Repository files navigation

Tech Debt Tracker

Tool to track and visualize Technical Debt with the aim of answering the age-old question of "What's slowing you down?" on a project.

Setup

To install all local/global dependencies:

npm install

Once that succeeds, run the following command to compile all client-side and server-side TypeScript files:

jake compile

To seed the database with test data, first make sure you have MongoDB 2.6 or higher installed locally and then run:

jake seed

To start running the application, run:

npm start

About

Tool for tracking and visualizing Technical Debt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published