nuyeo / NestJsBasic

따라하며 배우는 NestJS
7 stars 0 forks source link

Pipe를 이용한 유효성 체크 기능을 추가했습니다. #8

Closed nuyeo closed 1 year ago

nuyeo commented 1 year ago

🖥 결과 화면

image image

✏ 학습 내용

  1. pipe에 대해 학습했습니다.
  2. pipe 및 custom pipe로 https://github.com/yeonod/NestJsBasic/pull/7 에서 만든 게시판의 유효성 체크, 예외 처리 기능을 추가했습니다.
  3. Docker 컨테이너를 생성하고 mySQL을 설치했습니다. https://github.com/yeonod/NestJsBasic/issues/2
  4. 예시를 참조하여 Commerce ERD를 작성했습니다. https://github.com/yeonod/NestJsBasic/issues/4
  5. NestJS 구조를 학습했습니다. https://github.com/yeonod/NestJsBasic/issues/3

📚 다음 목표

  1. Postgres와 TypeORM을 연동합니다.
  2. Entity를 생성하고 DB를 활용한 CRUD를 구현합니다.

✉ 질문

DB 연동 파트는 docker에 올라간 mySQL에서 작업하면 되나요?