https://github.com/silva4dev/ruby-hanami-starter-example
🌼 Learning about the Hanami Framework using Ruby 🎯
https://github.com/silva4dev/ruby-hanami-starter-example
hanami ruby
Last synced: 8 months ago
JSON representation
🌼 Learning about the Hanami Framework using Ruby 🎯
- Host: GitHub
- URL: https://github.com/silva4dev/ruby-hanami-starter-example
- Owner: silva4dev
- Created: 2023-02-15T07:16:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T07:17:12.000Z (over 2 years ago)
- Last Synced: 2025-02-20T05:20:12.556Z (8 months ago)
- Topics: hanami, ruby
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hanami Mvc
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! 🌸