An open API service indexing awesome lists of open source software.

https://github.com/mateuszkubuszok/cafe-checkout

Old recruitment task
https://github.com/mateuszkubuszok/cafe-checkout

Last synced: 3 months ago
JSON representation

Old recruitment task

Awesome Lists containing this project

README

        

# Checkout app

Application for calculating checkout.

## Building

scripts/sbt compile # builds
scripts/sbt test # run tests
scripts/sbt app/assembly # run tests

## Running

You can run app via sbt or using assembled uberjar

scripts/sbt "run --help"
scripts/sbt 'run --item:cola=1 --item:coffee=1 "--item:cheese sandwich=1"'
java -jar checkout.jar --help
java -jar checkout.jar --item:cola=1 --item:coffee=1 "--item:cheese sandwich=1"