xpress-req-validator
  • Introduction
  • Background Story
  • Get Started
    • Installation
    • Concepts
      • Joi Specs
      • Configuration Object
    • Basic Usage
      • Defining Specs
      • Providing Configurations
      • Applying Middleware
    • Extended Example
Powered by GitBook
On this page
  1. Get Started

Installation

PreviousBackground StoryNextConcepts

Last updated 6 years ago

Was this helpful?

CtrlK

Was this helpful?

Execute one of the following to install xpress-req-validator

yarn add xpress-req-validator

Or

npm install xpress-req-validator

Joi (the awsome JSON Schema validator) is a formal dependency for xpress-req-validator

Execute following command to install Joi

yarn add Joi