Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```