https://github.com/rack-app/skeleton
https://github.com/rack-app/skeleton
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rack-app/skeleton
- Owner: rack-app
- Created: 2016-05-19T19:53:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T04:35:39.000Z (about 10 years ago)
- Last Synced: 2024-12-31T08:47:06.094Z (over 1 year ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`