Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snails8/hanami-api
Hanami API の遊び場 Ruby(2.7)
https://github.com/snails8/hanami-api
Last synced: 15 days ago
JSON representation
Hanami API の遊び場 Ruby(2.7)
- Host: GitHub
- URL: https://github.com/snails8/hanami-api
- Owner: Snails8
- Created: 2022-01-12T21:33:02.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-16T11:18:59.000Z (about 3 years ago)
- Last Synced: 2024-10-18T16:17:49.927Z (4 months ago)
- Language: Ruby
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App
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.5/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸