git clone https://github.com/gondiski/azatest.git
cd projectruby -vThe ouput should start with something like ruby 2.7.6
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.7.6Using Bundler:
bundleGenerate an API key from Exchange Rate API and include it in your .env file
Using Dotenv:
rails db:create db:migrate db:seedrails s