πŸ–ŒοΈ
nestjs
  • Readme
  • Introduction
    • Introduction
  • OVERVIEW
    • First steps
    • Controlers
    • Providers
    • Modules
    • Middleware
    • Exception filters
    • Pipes
    • Guards
    • Interceptors
    • Custom decorators
  • FUNDAMENTALS
    • Custom providers
    • Asynchronous providers
    • Dynamic modules
    • Circular dependency
    • Injection scopes
    • Lifecycle Events
    • Platform agnosticism
    • Testing
  • TECHNIQUES
    • Authentication
    • Database
    • Mongo
    • File upload
    • Validation
    • Caching
    • Serialization
    • Logger
    • Security
    • Configuration
    • Compression
    • HTTP module
    • Model-View-Controller
    • Performance
    • Hot Reload (Webpack)
  • GRAPHQL
    • Quick start
    • Resolvers
    • Mutations
    • Subscriptions
    • Scalars
    • Tooling
  • WEBSOCKETS
    • Gateways
    • Exception filters
    • Pipes
    • Guards
    • Interceptors
    • Adapters
  • MICROSERVICES
    • Basics
    • Redis
    • MQTT
    • NATS
    • RabbitMQ
    • gRPC
    • Exception filters
    • Pipes
    • Guards
    • Interceptors
  • APPLICATION CONTEXT
    • Application context
  • RECIPES
    • SQL (TypeORM)
    • MongoDB (Mongoose)
    • SQL (Sequelize)
    • CQRS
    • OpenAPI (Swagger)
    • Prisma
    • Health checks (Terminus)
    • Documentation
    • CRUD
    • Serve Static
  • CLI
    • Overview
    • Usage
  • FAQ
    • HTTP adapter
    • Global prefix
    • Hybrid application
    • HTTPS
    • Examples
  • MIGRATION GUID
    • Migration guide
Powered by GitBook
On this page

Was this helpful?

Readme

Website - https://docs.nestjs.com 의 2019λ…„ 8μ›” μ€‘μˆœ 버전을 ꡬ글 λ²ˆμ—­ν–ˆμŠ΅λ‹ˆλ‹€.

https://jakekwak.gitbook.io/nestjs/ μ—μ„œ λ³΄μ‹œλ©΄ λ©λ‹ˆλ‹€.

NextIntroduction

Last updated 5 years ago

Was this helpful?