Skip to content

Latest commit

 

History

History

README.md

nestjs-zod example

This is an example nestjs app that shows how to integrate with nestjs-zod

Setup example

  • Example showing how to setup ZodValidationPipe and ZodSerializerInterceptor: app.module.ts
  • Example showing how to integrate cleanupOpenApiDoc: main.ts
  • Example showing how to implement custom zod error handling: http-exception.filter.ts

Usage examples