This is an app to help people on Currency Conversion.
On it, it's possible to choose a Currency you want to convert and quantity of it you want. And it's also possible to request this conversion to be sent to your email.
It's an app built in Ruby on Rails framework and we are using some additional technologies:
- Docker
- Docker compose
- RSpec
- Capybara
- JQuery
- Codeship
- Heroku
- MailGun integrated with Heroku
It's very simple.
You only need to build containers using command docker-compose build
on root of project and then start your containers with docker-compose up