MVC 패턴

MVC 패턴은 Model-View-Controller의 약자로서 개발할 때 3가지 형태로 역학을 나누어 개발하는 방법론이다.

Untitled


Untitled

Nestjs, Spring 같은 Framework에선 MVC 패턴이 Controller, Service, Repository 구조로 이루어져 있다.


DTO, DAO, Entity