Skip to content

lsantamaria/checkout-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages