Entity를 복사해 두는 객체로 이해하면 쉽다.계층 간 데이터 교환이 이루어질 수 있도록 하는 객체.View와 통신하고 View와 Controller 사이에서 데이터를 주고 받을 때 활용성이 높다.실제 데이터 테이블과 매핑되는 클래스디비 테이블에 존재하는 Column
TypeORM 공식문서에 따르면 아래와 같다.Entity is a class that to a database table( or collecttion when using MongoDB ).Entity는 디비 테이블에 매핑되는 클래스라고 정의할 수 있다.Entity 하나
.env.dev.env.prod.env.test세 파일 생성하기package.json.env.devapp.module.ts
Back endNest JSTypescriptFront endReact JSTypescriptDatabasePostgresqlAPIGraphqlNode JSPostgresql & pgAdmin