Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgutov/grape-dry-validation-example
Using dry-validation with Grape
https://github.com/dgutov/grape-dry-validation-example
Last synced: about 1 month ago
JSON representation
Using dry-validation with Grape
- Host: GitHub
- URL: https://github.com/dgutov/grape-dry-validation-example
- Owner: dgutov
- Created: 2024-03-12T18:16:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T22:44:18.000Z (8 months ago)
- Last Synced: 2024-03-21T23:37:37.394Z (8 months ago)
- Language: Ruby
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This is an example project for [the article](https://gutov.dev/2024/03/12/using-dry-validation-with-grape/).
## Launch the app locally
```sh
bundle exec rackup
```## Run the tests
```sh
bundle exec rake test
```