Currency converter / formatter project for use case of Spring Boot testing techniques
One of the app functionality is formatting input values in the form of two sings after decimal points - XX.YY.
It has a UI part as well as a REST API part.
UI part takes an input:
and returns a result:
For API part the same functionality is implemented for an "/format" endpoint:
The result object is: