API built in Spring Boot with Maven to calculate simple interest.
Test for @aplazo
Use of docker to run the API inside a container:
docker build -t simple-interest-api .
docker run -p 8080:8080 simple-interest-api
Local H2 Database do storage the request and response.
Use of Spring Boot actuator to have the health endpoint.
Unit test coverage report made by Intellij Idea.
Use of swagger to document the API.






