Skip to content

PoApper/nestjs-seminar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

nestjs-seminar

img

POSTECH 개발 동아리 PoApper의 NestJS 고급 세미나를 위한 Repository 입니다.

NestJS 프레임워크에 대한 입문/고급 수준의 내용을 다룹니다.

Topics

  1. Introduction
    • What is NestJS and Why NestJS?
    • Project Setup
  2. Architecture of NestJS
    • Controllers, DTO
    • Services
    • Module
  3. Database
    • TypeORM
    • CRUD
    • DB Relationships
      • OneToOne
      • OneToMany / ManyToOne
      • ManyToMany
  4. API
    • Middleware
    • Exception filters
    • Pipes / Validation
    • Guards
    • Swagger
  5. Others
    • Mailing
    • File Upload
    • Auth
    • MVC (Render HTML Views)
  6. Testing
    • Code Coverage
    • Mock Testing
    • Jest Framework
  7. Final Project
    • Assignment
    • Q&A

References