Question: RUBY code Hello World Sinatra HW Instructions 1. Clone 2. Install dependencies with: bundle install 3. Run tests with: bundle exec rspec spec/part1_spec.rb 4. Make
RUBY code

Hello World Sinatra HW Instructions 1. Clone 2. Install dependencies with: bundle install 3. Run tests with: bundle exec rspec spec/part1_spec.rb 4. Make GET requests to http://localhost:4567/ url say Hello World 5. Make GET requests to http://localhost:4567/7name Eric url say Hello Eric 6. When you pass all tests, commit all changes and push to Github Note you can run your server with: bundle exec ruby web.rb Hello World Sinatra HW Instructions 1. Clone 2. Install dependencies with: bundle install 3. Run tests with: bundle exec rspec spec/part1_spec.rb 4. Make GET requests to http://localhost:4567/ url say Hello World 5. Make GET requests to http://localhost:4567/7name Eric url say Hello Eric 6. When you pass all tests, commit all changes and push to Github Note you can run your server with: bundle exec ruby web.rb
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
