hdescottes / SimpleMarket

A simple basket market web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleMarket

Description

We are a national supermarket chain that is interested in starting to use special offers in our stores. We stock the following products:

Item Price (£)
Apple 0.20
Orange 0.50
Watermelon 0.80

We would like to allow the following special offers:

  • Buy One Get One Free on Apples

  • Three For The Price Of Two on Watermelons

We would like to see the output for an example basket containing the following items:

Item Quantity
Apple 4
Orange 3
Watermelon 5

Notes

This application is using SpringBoot and have pseudo REST API (localhost:8080).


About

A simple basket market web application


Languages

Language:Java 75.4%Language:HTML 9.9%Language:Kotlin 9.4%Language:CSS 5.3%