Web application for analyzing and documenting traces between Jira requirements and java classes of a software project on Git.
Fill in your Jira and Neo4j credentials in config.js
.
For Jira, replace TOKEN with the API Token of your account/project.
To start the backend: \TraceabilityApp> node .\app.js
To start the frontend: \TraceabilityApp\traceapp-UI> npm start