Learn how the http GET action forms the basis of interaction between clients and servers.
- Fork and clone this repository.
git clone git@github.com:<your-user-name>/sinatra-get.git
cd sinatra-get- Install the relevant gems.
bundle install- Run the webserver
rackup
- Visit the application in your browser.