Ecosyste.ms: Awesome
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: 6 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:14:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T12:16:56.013Z (over 1 year ago)
- Topics: dry-rb, rom-rb, ruby, sinatra, sqlite
- Language: Ruby
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- 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
```