Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days 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
```