An open API service indexing awesome lists of open source software.

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 🎯

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! 🌸