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
- Host: GitHub
- URL: https://github.com/izumisy/rom-bookshelf-example
- Owner: IzumiSy
- Created: 2017-09-15T01:46:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:14:09.000Z (over 3 years ago)
- Last Synced: 2025-10-13T06:17:51.696Z (8 months ago)
- Topics: dry-rb, rom-rb, ruby, sinatra, sqlite
- Language: Ruby
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```