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

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