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

https://github.com/izumisy/rom-bookshelf-example

ROM.rb sample
https://github.com/izumisy/rom-bookshelf-example

dry-rb rom-rb ruby sinatra sqlite

Last synced: about 1 month ago
JSON representation

ROM.rb sample

Awesome Lists containing this project

README

          

### Setup
```bash
$ bundle install
$ bundle exec rake db:migrate
```

### Run
```bash
$ rackup
```

### Test
```bash
$ bundle exec ruby spec/app_spec.rb
```