Start the application from your directory:
docker-compose up
Then you can send GET requset
Example
http://127.0.0.2:5000/api/rates?from=USD&to=RUB&value=1
Result will be in JSON:
- Visit https://fixer.io/
- Click GET FREE API KEY
-
Set your api key as environment variable
set API_KEY = 'your_api_key_here'