This is a simple Java implementation for the code kata Back to the Checkout.
- install Java, Maven and Git
- clone this project: git clone https://github.com/vsdev1/back-to-checkout.git
- change to the sub-directory: cd back-to-checkout/
- run the unit tests: mvn clean test
Possible further implementation:
- use Spring Boot (for dependency injection and a REST API)
- use JHipster (for an additional AngularJS frontend)