Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 605 Bytes

File metadata and controls

37 lines (25 loc) · 605 Bytes

Java Ramp up Projects

Prerequisites

  1. JDK 1.8+
  2. Gradle 4.1+
  3. Git 2.0+

Running the applications

Use the gradle tasks for to run the applications as is described below:

Algorithmic Challenge

./gradlew run

Data Processing Challenge

./gradlew run

API Challenge

./gradlew bootRun

Note: 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:latest

Each project works with Gradle