Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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.rbStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started