Skip to content

JhonatanGuzmanAndEndava/Java-RampUp

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •