https://github.com/lucas4tech/hanami-old-starter-project-example
🌼 Learning about the Hanami Framework using Ruby 🎯
https://github.com/lucas4tech/hanami-old-starter-project-example
hanami ruby
Last synced: about 1 month ago
JSON representation
🌼 Learning about the Hanami Framework using Ruby 🎯
- Host: GitHub
- URL: https://github.com/lucas4tech/hanami-old-starter-project-example
- Owner: lucas4tech
- 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-07-23T00:07:12.261Z (3 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! 🌸