App for compare 1 currency after another. The demo can be accessed here https://simple-exchange-rate.herokuapp.com/
Install dependencies by type:
$ yarn install
To run script in your localhost, you can type:
$ yarn start
Or if you want run it via docker, you can type:
$ docker-compose -f docker-compose-prod.yml up -d --build
And lastly, in your browser, go to this ip 0.0.0.0:80 and you are ready to go!