productioncoder / ajv-json-schema-validation

demonstrates how to validate incoming request payloads with express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Ajv.js tutorial

This tutorial demonstrates how to use the Ajv.js JSON schema validator library to validate incoming request payloads by making use of the cross-platform JSON-Schema

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

This repository is contains the code for the Node Ajv.js video tutorial

Node Ajv JSON schema validation tutorial

Please also check out my website at jangoebel.com

For updates, please follow @_jgoebel on Twitter.

Running this project

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

About

demonstrates how to validate incoming request payloads with express


Languages

Language:JavaScript 100.0%