Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 354 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 354 Bytes

exchange-rate-service

Application providing API's for exchange rate

TODO-

  1. Add global exception handling for readable error response using controller advice- Spring Boot provides an ErrorController implementation to handle errors in a sensible way - JSON response
  2. Cache to store historical values already fetched for given date
  3. Expose swagger