Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 536 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 536 Bytes

TraceThis

Exploratory traceability platform

This is a learning and exploration tool for those interested in trying out Traceability

  • Use it for workshops
  • Use it for training
  • Use it to trace real products
  • If it's not sufficient for your needs, try out thisfish.info or another full traceability service.

Installation:

  • Install node.js
  • Install bower
npm install -g bower
  • Install dependencies
cd tracethis
npm install
npm install -g bower
bower install

To start the server run

node app.js