- Java 17 or later - SDKMAN - Recommendation
- Gradle 7.6.1 or later - Gradle build tool Installation
- Docker 24.0.2 or later - How to install Docker
- Docker Compose 1.29.2 or later - Reference guide
- The project runs on port 8097 (http://localhost:8097).
# Get the latest version
git clone https://github.com/lfneves/tech-challenge-status.gitCheck versions:
-
Java 17+
java --version
-
Docker
docker -v
-
Docker Compose
docker-compose --version
This is an example of how to use the software and how to install it.
./gradlew clean bootjarIn the main project directory:
Docker build and start applications:
$ docker-compose up --buildTo recreate the application in case of problems, use the command:
$ docker-compose down
Distributed under the MIT License. See LICENSE.txt for more information.