Shorty is a simple Rails app that can provide URL-shortening services either through a simple JSON API or through the web app.
Shorty works by converting your URLs into a Base-65-encoded number for the smallest possible URL.
Shorty comes with a link you can drag to your toolbar to provide URL-shortening services from the current page you are currently browsing.
Ruby 2.2+ / Rails 5
bundle install
rake db:migrate
bin/rails server
bin/rails test