This is a link shortening site like bitly. It is also possible to view the statistics of clicks on links.
Это сайт для сокращения ссылок похожий на bitly. Есть возможность просматривать статистику переходов по ссылкам.
The active version of the site where you can try to shorten links is here. To start using the application (run a local server) you need: Ruby on Rails 7.0.1, Ruby 3.0.2, Bundler.
You can get all the necessary tools by downloading RubyInstaller.
Good instruction is here.
Use git clone in command line being in desired directory.
$ git clone https://github.com/SlavaNixon/url-shortener .
After clone start bundle.
$ bundle
After installing gems you can start local server.
$ bundle exec rails s
Now you can open any browser and go to http://127.0.0.1:3000 to use service.