mvn clean install
java -jar target/checkout-0.0.1-SNAPSHOT.jar
The service exposes a REST endpoint /v1/api/basket which expects a list of items (a list of strings) then calculates the total price.
-
Unit test coverage
-
Mock API/add functional tests