URL Shortener Setup Requirements: Ruby 2.6.3 git clone https://github.com/pablobfonseca/url_shortener.git cd url_shortener && bundle install rails db:setup rails s Sidekiq bundle exec sidekiq or you can install foreman and run both rails and sidekiq with foreman start