The app has been built and tested on ruby '2.7.2' and rails 6.1.
to install if you are using rvm.
rvm install 2.7.2
git clone https://github.com/jetset/tinyurl
cd tinyurl
bundle
rails db:create
rails db:migrate
# To generate tokens please run the following
rails generate:keys
rspec
ruby bin/tinyurl-ide.rb