Simple clean app for caching http urls.
To install & run app:
- Clone a project
git@github.com:Ostap256/url_compressor.git
- cd .../url_compressor
bundle install
rake db:migrate
rails s
Url provided to compress simply converts to 6-symbols alias. After pasting compressed url into a browser it automatically redirects to a original url. Every following and creating of url is logged.