A url shortner like bit.ly
follow below instruction they will get you a copy of the project up and running on your local machine for development and testing purposes. This app is already deployed on heroku check * https://shortly-link.herokuapp.com/
What things you need to install the software before you can use it
Ruby 2.3.1
Rails 5.1.4
Postgresql database and dont forget to change the database username in database.yml
Next steps
git clone https://github.com/sourbhk0510/shortly
cd shortly
next
bundle install
rails db:create
rails db:migrate
rails db:seed
rails s
Now you can see the app running here http://localhost:3000/