NestJS

activetype/resource

NestJS

TL;DR

(Fill in: Nest major version band, typical module layout, validation pipe defaults.)

Where I use it

  • Default backend framework for Anabatic internal APIs — [[Areas/Anabatic/Tech stack]]

General notes

  • Node.js framework with modules, DI, guards, interceptors; often paired with TypeORM / other ORMs (per project).
  • (Add: logging, versioning, Swagger, multi-DB patterns.)

Official documentation

  • Docs: https://docs.nestjs.com/
  • Fundamentals / techniques (same site, left nav): validation, guards, GraphQL, microservices as needed

Related vault

  • [[Areas/Anabatic/Tech stack]]
  • [[Resources/Tech/NestJS/NestJS Optional List Pagination Pattern]]