This project is a simple app that convert one currency in another currency.
http://exchangemoneyapp.herokuapp.com/
- Ruby on Rails
- Docker
- API consumption fixer.io
- Ruby on Rails
- Docker
- Postgres
After clone the project you need run these commands to up the application:
- docker-compose build
- docker-compose run --rm website bundle exec rake db:create
- docker-compose run --rm website bundle exec rake db:migrate
- docker-compose up
