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.
 
 
 
Denis Thiessen 0017e6b02a Fixed missing files 2 years ago
.mvn/wrapper Remade project structure with Maven Modules 2 years ago
adapter Fixed missing files 2 years ago
application Fixed missing files 2 years ago
domain Fixed missing files 2 years ago
plugin Fixed missing files 2 years ago
.gitignore First draft of Hibernate persistence in H2 DB implementation 2 years ago
ASE_Doku.pdf Updated Documentation 2 years ago
LICENSE Initial commit 2 years ago
README.md Updated readme with "installation guide". 2 years ago
mvnw Initial project commit with basic Vaadin starter template. 2 years ago
mvnw.cmd Initial project commit with basic Vaadin starter template. 2 years ago
package-lock.json Initial project commit with basic Vaadin starter template. 2 years ago
package.json Initial project commit with basic Vaadin starter template. 2 years ago
pom.xml Fixed missing files 2 years ago
uml_diagram.png Updated UML Diagram. 2 years ago
uml_diagram.ucls Updated UML Diagram. 2 years ago

README.md

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.