Expedia Hotel Offers To run the application on Linux or Bash shell on Windows Install java 8 JDK define JAVA_HOME path variable here Install Git Download the project from GitHub git clone https://github.com/alturany/ExpediaHotelOffers.git Execute this Maven command to run the server ./mvnw spring-boot:run Execute this command to shut-down the server curl -X POST localhost:8080/shutdown Alternativly Install java 8 JDK or Java 8 JRE Install Git Download the project from GitHub git clone https://github.com/alturany/ExpediaHotelOffers.git Execute this command In project's root directory java -jar ./target/offerservice-0.0.1.jar