Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Express Status Validate example in TypeScript

npm version license

An example express app in JavaScript. We have used pnpm, you can use npm or yarn as well.

Installation and Test

  1. npm install -g pnpm
  2. pnpm i
  3. pnpm run start

Open

Health Check Route with wrong Status code

It doesn't break.

Try commenting out the middleware and running it again, it will break 😉

Example without express-status-validate:

image

Example with express-status-validate enabled:

image