https://github.com/kibitan/hanami_tutorial
https://github.com/kibitan/hanami_tutorial
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kibitan/hanami_tutorial
- Owner: kibitan
- Created: 2017-12-11T18:13:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T21:28:08.000Z (over 7 years ago)
- Last Synced: 2025-02-08T09:47:34.037Z (4 months ago)
- Language: Ruby
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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://docs.hanamirb.org/1.1.0/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸