A web service providing RESTful API for transactions statistics. For more information please see INSTRUCTIONS.
Java 8 and Maven 3.
Run:
mvn clean spring-boot:run
Install:
mvn clean install
Run unit tests:
mvn clean test
Run integration test:
mvn clean integration-test
Please see SOLUTION.
- dockerize
- verify thread-safety with jcstress
- improve documentation and test coverage