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

https://github.com/jangbl/ajv-json-schema-validation

demonstrates how to validate incoming request payloads with express
https://github.com/jangbl/ajv-json-schema-validation

Last synced: 3 months ago
JSON representation

demonstrates how to validate incoming request payloads with express

Awesome Lists containing this project

README

          

# Node Ajv.js tutorial

This tutorial demonstrates how to use the [Ajv.js JSON schema validator library](https://ajv.js.org) to validate incoming request payloads by making use of the cross-platform [JSON-Schema](https://json-schema.org/)

Please help this repo with a ⭐️ if you find it useful! 😁

This repository is contains the code for the [Node Ajv.js video tutorial](https://www.youtube.com/watch?v=9Pc8LGN4uug)

[![Node Ajv JSON schema validation tutorial](images/ajv-json-schema-validation.png)](https://www.youtube.com/watch?v=9Pc8LGN4uug)

Please also check out my website at [jangoebel.com](https://jangoebel.com)

For updates, please follow [@_jgoebel](https://twitter.com/_jgoebel) on Twitter.

## Running this project

1. `npm i`
2. `npm run dev` starts up a hot-reload express webserver on port 8080