/assignment-dashboard

Analysis Dashboard Starter Code für die Software Engineering 2 Vorlesung

Primary LanguageJavaMIT LicenseMIT

Static Analysis Dashboard

This dashboard visualizes results of various static code analysis tools - it understands the result files of almost 100 different static code analysis tools.

For details on how to use the static analysis model please refer to the Analysis Model GitHub page.

Deploy to Heroku

Running Locally

Make sure you have Java and Maven installed. Also, install the Heroku CLI.

$ mvn install
$ heroku local:start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

Documentation

For more information about using Java on Heroku, see these Dev Center articles: