This is a simple BE app for DevOps testing. By default, it has CRUD functionality for random descriptions.
- Open a terminal in the root directory
- Run the docker-compose up -d command
- Run the ./gradlew clean build command
- Run the jar located in simple-app -> build -> libs