https://github.com/mbobin/bookshelf
https://github.com/mbobin/bookshelf
hanami ruby
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbobin/bookshelf
- Owner: mbobin
- Created: 2018-02-02T07:24:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T13:34:59.000Z (over 5 years ago)
- Last Synced: 2025-09-29T18:51:21.569Z (4 months ago)
- Topics: hanami, ruby
- Language: Ruby
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookshelf
Welcome to your new Hanami project!
## Setup
How to run tests:
```
% bundle exec rake
```
How to run the development console:
```
% bundle exec hanami console
```
How to run the development server:
```
% bundle exec hanami server
```
How to prepare (create and migrate) DB for `development` and `test` environments:
```
% bundle exec hanami db prepare
% HANAMI_ENV=test bundle exec hanami db prepare
```
Explore Hanami [guides](http://hanamirb.org/guides/), [API docs](http://hanamirb.org/docs/1.0.0/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸