Skip to content

zangbe/nest-js

Repository files navigation

Description

노마드코더의 NestJS 강의 클론 (https://nomadcoders.co/nestjs-fundamentals/lobby)

What i learned

  • NestJS는 express 기반 Framework
  • 강의를 보고 따라하면서 Spring Framework와 많이 비슷하다고 느낌.
  • Nest-cli를 통해 프로젝트 기초 세팅이 편하게 되어 있음.
  • jest는 사용해 본적이 없는데 테스트도 편하게 프레임워크에서 제공
  • 많은 부분을 NestJS에서 자동으로 처리해줘서 (json 처리, logging, parameter, validate 등) 실제 개발할때 꼭 써보고 싶다.

To-do

  • TypeScript 강의 듣기. (NestJS를 더 잘 사용하려면 더 자세히 알아야 할 것 같다.)
  • 데이터베이스를 연동한 NestJS API 미니 프로젝트 구현.(공식 NestJS 문서에 여러 ORM과 연동하는 법이 나와 있다.)

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Learning NestJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published