https://github.com/simpleweb/sw-oa-ruby-test-site
A simple Sinatra app for testing the OA Ruby libraries
https://github.com/simpleweb/sw-oa-ruby-test-site
Last synced: over 1 year ago
JSON representation
A simple Sinatra app for testing the OA Ruby libraries
- Host: GitHub
- URL: https://github.com/simpleweb/sw-oa-ruby-test-site
- Owner: simpleweb
- License: mit
- Created: 2019-11-29T09:14:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T21:42:29.000Z (over 3 years ago)
- Last Synced: 2025-01-12T16:14:12.321Z (over 1 year ago)
- Language: Ruby
- Homepage: https://sw-oa-ruby-test-site.herokuapp.com
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sw-oa-ruby-test-site
A simple Sinatra app for testing the OA Ruby libraries
To run locally:
```
bundle install
bundle exec rackup
```
Then go to http://localhost:9292