Building from Source Clone the source code.
git clone https://github.com/OshaniSilva/IssueReporting_Service
Import provided mysql file to mysql workbench
navigate to src/main/resources/application.properties
Update spring.datasource.username, spring.datasource.password properties with user specific credentials
Open project from an IDE and build project
Run the application.