Currency Converter is a web application that allows you to convert between different currencies.
- Convert between more than 170 currencies
- Get hourly exchange rates from a reliable source
To install Currency Converter, follow these steps:
- Clone the repository:
git clone https://github.com/Smailancer/currencer.git
- Install the dependencies:
bundle install
- Set up the database:
rails db:create
rails db:migrate
Currency Converter can be configured using the following environment variables:
CURRENCY_CONVERTER_API_KEY
: The API key to use when making API requests to the currency exchange rate provider.
To use Currency Converter, visit the homepage at
http://localhost:3000.