/bug-tracker

A springboot application for managing bugs. It helps to manage ticket creations for organizations, as well as releases

Primary LanguageJava

bug-tracker

A springboot application for managing bugs. It helps to manage ticket creations for organizations, as well as releases

Installation

  • Run the command to install all dependencies and run tests with maven in the project root:
    mvn clean install
  • Run the command to run aapplication:
    mvn spring-boot:run