sbyeol3 / weight

0 stars 0 forks source link

[NestJS] The Complete Developer's Guide #1

Open sbyeol3 opened 3 years ago

sbyeol3 commented 3 years ago

Udemy : The Complete Developer's Guide 학습한 자료

Section 2 : The Basics of Nest

  "dependencies": {
    "@nestjs/common": "7.6.17",
    "@nestjs/core": "7.6.17",
    "@nestjs/platform-express": "7.6.17",
    "reflect-metadata": "0.1.13",
    "typescript": "4.3.2"
  }

Server in NestJS

✔️ NestJS에서 가장 기본적인 것은 ControllerModule임.

File Name Convention

Section 4 : Validating Request Data with Pipes

Section 5

Inversion of Control Principle (제어의 역전)

Classes should not create instances of its dependencies on its own

sbyeol3 commented 3 years ago

VScode extension : REST client

오오오 신기하다.. 🥸 포스트맨은 귀찮을 때 API 간단히 테스트하기 좋음!

스크린샷 2021-08-22 오전 1 15 54

image