GitXplorerGitXplorer
A

ruby-quickstarter-template

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
b95c5481dd849cec9fc26ff10abd4441de942799

feat: Final implementation

AAunali321 committed a year ago
Unverified
e32ea55c90be89595dbeb596b60022070d3c3276

initial commit

AAunali321 committed a year ago

README

The README file for this repository.

Ruby Sinatra Application

This is a simple Ruby Sinatra application.

Requirements

Ruby
Sinatra

Getting Started

1. Install dependencies:
    bundle install
2. Run the app:
    ruby app.rb
3. Navigate to http://localhost:4567

What's Included

app.rb - Contains the Sinatra routes and logic
Gemfile - Manages app dependencies

The app currently displays "Hello World" on the homepage.