Skip to content

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

License

Notifications You must be signed in to change notification settings

NicolasBissig/assignment-dashboard

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published