Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 357 Bytes

File metadata and controls

11 lines (9 loc) · 357 Bytes

simple-be-app

This is a simple BE app for DevOps testing. By default, it has CRUD functionality for random descriptions.

Local database initialization

  1. Open a terminal in the root directory
  2. Run the docker-compose up -d command

Start the application

  1. Run the ./gradlew clean build command
  2. Run the jar located in simple-app -> build -> libs