- JDK 1.8+
- Gradle 4.1+
- Git 2.0+
Use the gradle tasks for to run the applications as is described below:
./gradlew run./gradlew run./gradlew bootRunNote: If you want to run the application using Docker, you should execute the commands below:
docker build -t javarampup-apichallenge .
docker run -d -p 8080:8080 javarampup-apichallenge:latestEach project works with Gradle