https://github.com/poudelmadhav/bookshelf
hanami first project bookshelf
https://github.com/poudelmadhav/bookshelf
hanami ruby
Last synced: 3 months ago
JSON representation
hanami first project bookshelf
- Host: GitHub
- URL: https://github.com/poudelmadhav/bookshelf
- Owner: poudelmadhav
- Created: 2019-04-04T08:49:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T11:30:43.000Z (over 7 years ago)
- Last Synced: 2025-03-26T17:38:38.820Z (over 1 year ago)
- Topics: hanami, ruby
- Language: Ruby
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- 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.3.1/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸