A RESTful service that calculates and returns all the prime numbers up to and including a number provided.
To spin up a RESTful service endpoint listening on port 8080 simply invoke gradle wrapper as follows :-
./gradlew bootRunTo run the automated tests for this system invoke the gradle wrapper as follows :-
./gradlew testAdrian Cumiskey