oarshad / shopping-cart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala Shopping Cart Exercise

Build and run the application

sbt clean compile run

Run the tests

sbt test

Main Code

Run Locally - Command Line

sbt clean compile run

This should run the application and print the output on the console, giving user the ability to make a selection as below:

1 - Apple
2 - Orange
0 - Checkout
X - Exit
Make Selection ....

Select the items and press 0 to checkout or X to exit.

About


Languages

Language:Scala 100.0%