npm install -g @nestjs/cli
nest new 프로젝트이름
nest new ad-insight-servernpm 또는 yarnnpm run start:dev
http://localhost:3000src/
├── app.controller.ts
├── app.service.ts
├── app.module.ts
├── main.ts
test/
├── app.e2e-spec.ts
controller: 요청을 받는 부분service: 로직 처리