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