https://github.com/bestwebua/hanami-api
https://github.com/bestwebua/hanami-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestwebua/hanami-api
- Owner: bestwebua
- Created: 2020-01-16T21:24:30.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-20T22:15:06.000Z (over 2 years ago)
- Last Synced: 2025-02-02T03:42:15.082Z (4 months ago)
- Language: Ruby
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hanami Api
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! 🌸