This is a ruby on rails app that accepts a website’s address, indexes the h1, h2, h3 header tags along with all the website links and displays the content.
git clone [email protected]:duwerq/example-api.git cd example-api bundle install rake db:create db:migrate rails s
Your app shouuld now be running on localhost:3000