카테고리1 프로그래밍
카테고리2 NESTJS
제목 NESTJS 시작하기
작성자 고성훈
작성일 2024-11-26
1. npm install -g @nestjs/cli
2. nest new 프로젝트명
3. cd 프로젝트명
4. npm start

- 컨트롤러 생성 : nest generate controller 컨트롤러명
수정 목록