Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 655 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 655 Bytes

Purpose

  • 프로젝트에 공통으로 필요한 기능들을 템플릿으로 만들어 재사용하기 위함
  • libs/에 독립적으로 사용 가능한 모듈의 구현부가 있고, apps/에서는 이를 이용한 데모 유즈케이스를 구현함

How to run

nest start app_name (--watch)

How to add new app

nest generate app app_name
nest generate lib app_name

TODO

  • Cache
  • Global Exception Filter
  • @Transactional decorator for Prisma
  • Async local storage
  • Id generator
  • Guard
  • Database ORM
  • Logger
  • Health check
  • Metrics
  • Tracing
  • Event pub/sub