Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 407 Bytes

File metadata and controls

13 lines (10 loc) · 407 Bytes

How to run Application

To build, scan, and test app

  • Run ./gradlew clean build

To run app with SpringBoot

To run app inside Docker container

  • Install latest version of Docker
  • Run docker-compose up --build
  • Navigate to the application within the browser at http://localhost:8080