https://github.com/bernardini687/bookshelf
https://github.com/bernardini687/bookshelf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernardini687/bookshelf
- Owner: bernardini687
- Created: 2019-07-16T10:22:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T01:25:05.000Z (over 2 years ago)
- Last Synced: 2025-01-10T00:26:00.610Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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! 🌸