Skip to content

Checkout System in a supermarket for a pricing schema.

Notifications You must be signed in to change notification settings

prasadus92/checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Supermarket Checkout Service

Building the project:

mvn clean install

Running the project:

java -jar target/checkout-0.0.1-SNAPSHOT.jar

Description:

The service exposes a REST endpoint /v1/api/basket which expects a list of items (a list of strings) then calculates the total price.

ToDo:

  1. Unit test coverage

  2. Mock API/add functional tests

About

Checkout System in a supermarket for a pricing schema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages