exchange rate module that stores the exchange rates of many currencies in a database table and automatically updates them every X hours
should store the time of the last update
expose api endpoints
get all exchange rates with last update
get exchange rate per currency with last update
implement api https://www.exchangerate-api.com/docs/free
exchange rate module that stores the exchange rates of many currencies in a database table and automatically updates them every X hours should store the time of the last update expose api endpoints get all exchange rates with last update get exchange rate per currency with last update