w4567892015 / design-pattern-mono-nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design Pattern With Nestjs

  • Strategy Pattern (策略模式)
  • Composite Pattern (組合模式)
  • Singleton (單例模式)
  • Factory Method Pattern (工廠模式)
  • TemplateMethod Pattern (樣板模式)
  • Adapter Pattern (轉接器模式)
  • Bridge Pattern (橋樑模式)
  • Observer Pattern (觀察者模式)
  • Decorator (裝飾者模式)
  • Command Pattern (指令模式)
  • Proxy Pattern (代理模式)
  • Builder Pattern (建築者模式)
  • Chain of Responsibility Pattern (責任鏈模式)
  • State Pattern (狀態模式)
  • Interpreter Pattern (解譯器模式)
  • Prototype Pattern (雛型工廠)
  • Visitor Pattern (拜訪者模式)
  • Abstract Factory (抽象工廠模式)
  • Facade Pattern (外觀模式)
  • Flyweight Pattern (享元模式)
  • Memoto Pattern (備忘錄模式)
  • Iterator Pattern (迭代器模式)
  • Mediator Pattern (仲介者模式)

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About


Languages

Language:TypeScript 95.6%Language:JavaScript 4.4%