Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 365 Bytes

Quine as a Service (QaaS)

A Sinatra-based quine software-as-a-service solution.

Requirements

  • Ruby
  • Bundler
  • Sinatra (installed through gem/bundler)

Usage

  1. Clone the repo
  2. Run bundle install if Sinatra isn't already installed (or install it manually
  3. Run using ./qaas.rb or ruby qaas.rb
  4. Visit localhost:4567 in your browser