Repository as part of a university project from the Software Engineering course. A simple self-made bug/issuetracker for personal or grouped usage.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

752 B

IssueTracker

Repository as part of a university project from the Software Engineering course.

A simple self-made bug/issuetracker for personal or grouped usage.

Installation

Install the jar file from the latest release an run it via "java -jar issuetracker.jar". Then the application will start by itself.

Go to your web-browser of choice and enter "http://localhost:8080" and you can start using the issue tracker.

Manual installation

You can also run the application without the jar file from the release by executing the "IssueTrackerApplication.java" file from the plugin sub-module if you choose to run the issue tracker from the source project.

From there you can use the same address in your web-browser to use the issue tracker.