Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 267 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 267 Bytes

Running

docker-compose up

This commands starts 3 services - redis, currency_converter and forex downloader. Currency_converter is public and can be used by typing (for example)

curl '127.0.0.1:5000/currency_converter?amount=200&input_currency=USD'