This is a demo app to show how to use together the following gems:
hanami
~> 1.3
hanami-validations
2.0.0.alpha1
(which depends ondry-validation
~> 1.0
)rom
~> 5.0
How to get the code:
$ git clone https://github.com/jodosha/orders.git
$ cd orders
$ bundle
How to run the development server:
$ bundle exec hanami server
- Visit http://localhost:2300
- Try to fill the signin form with invalid data (missing email, or missing password)
- Try to fill the signin form with valid data (any email/password will work)
Explore Hanami guides, API docs, or jump in chat for help. Enjoy! 🌸