nuyeo / NestJsBasic

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

TypeORM과 MySQL을 연동하고 Entity와 Repository를 생성했습니다. #12

Closed nuyeo closed 10 months ago

nuyeo commented 10 months ago

Background(배경지식)

  1. TypeORM 사용 방법을 배웠습니다.
  2. DB를 연동하고 요청을 날렸을 때 Entity를 생성하는 방법을 배웠습니다.

Implementations(보충설명)

버전 호환 문제 해결을 위해 알려주신 custom-typeorm 파일을 함께 추가했습니다.

Screenshots (Optional)

스크린샷 2023-11-11 172433 스크린샷 2023-11-11 172222 스크린샷 2023-11-11 172433

Focus On (Optional)

Other (Optional)

References (Optional)