https://github.com/ryym/hanami_bookshelf
Hello, Hanami
https://github.com/ryym/hanami_bookshelf
Last synced: about 1 month ago
JSON representation
Hello, Hanami
- Host: GitHub
- URL: https://github.com/ryym/hanami_bookshelf
- Owner: ryym
- Created: 2020-06-22T09:21:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T09:22:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T15:47:22.374Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- 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](https://guides.hanamirb.org/), [API docs](http://docs.hanamirb.org/1.3.3/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸