https://github.com/fakiyer/hanami_bookshelf
https://github.com/fakiyer/hanami_bookshelf
hanami ruby
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fakiyer/hanami_bookshelf
- Owner: fakiyer
- Created: 2018-04-07T13:19:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T13:40:17.000Z (about 8 years ago)
- Last Synced: 2025-09-29T18:51:20.070Z (10 months ago)
- Topics: hanami, ruby
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hanami 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://docs.hanamirb.org/1.1.1/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸