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
- Host: GitHub
- URL: https://github.com/jangbl/ajv-json-schema-validation
- Owner: jangbl
- Created: 2021-05-10T13:10:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T10:59:22.000Z (over 2 years ago)
- Last Synced: 2025-04-19T00:41:09.803Z (9 months ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[](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