An open API service indexing awesome lists of open source software.

https://github.com/rack-app/skeleton


https://github.com/rack-app/skeleton

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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`