Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 224 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 224 Bytes

skeleton

This skeleton fits most Rack::Apps, thus saving me (and possibly you) a couple of minutes. It has one endpoint, /healthcheck.

  • install bundle install

  • test bundle exec rspec

  • run bundle exec rackup