개요
설치 방법
setup
$ npm i -g @nestjs/cli $ nest new project-name(tutorial)
프로그램 개요
app.controller.ts
단일 경로가 있는 라우티ㅓ
app.controller.spec.ts
controller unit test 를 위한, unit test 파일(프로젝트 생성시 기본적으로 포함됩니다.)
app.service.ts
제공 하는 서비스의 로직이 들어있습니다.
main.ts
핵심 기능인 NestFactory를 사용하여 Nest 애플리케이션 인스턴스를 생성하는 애플리케이션의 항목 파일입니다.`