Java application to generate sequence of numbers in decreasing order till 0.
To run the app use ./gradlew bootRun
The application will run in port 8080
To access application use the endpoint http://localhost:8080
To run tests use ./gradlew test
To build the app use ./gradlew build