Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 602 Bytes

Checkout system

This is a checkout system that outputs a sum of the prices of the given products scanned in a till.

Requirements

  • Java JDK 11

Installation

Download and install Java JDK 11 from the Java official webpage.

Set JAVA_HOME environment variable to point to this installation.

Compilation

In order to compile the project, you can use the provided Maven wrapper:

./mvnw -B compile

Test

To test the project, just execute the provided Maven wrapper.

./mvnw -B test