Skip to Content

Overview

This section explores the fundamental concepts and design patterns used in NestJS CRUD Automator. Understanding these concepts is essential to effectively leverage the library’s capabilities.

  • Decorators: Learn about the decorator system that drives the automation
  • Entities: Configure entity properties with ApiPropertyDescribe
  • Controllers: Automatic controller generation with ApiController
  • Services: Service layer with ApiService and ApiServiceBase
  • DTOs: Automatic DTO generation and customization
  • Metadata Storage: How metadata is stored and retrieved
Last updated on