This is a simple Ruby Sinatra application.
Ruby
Sinatra
1. Install dependencies:
bundle install
2. Run the app:
ruby app.rb
3. Navigate to http://localhost:4567
app.rb - Contains the Sinatra routes and logic
Gemfile - Manages app dependencies
The app currently displays "Hello World" on the homepage.