Skip to content

GHooN99/isolate-business-from-ui-example

Repository files navigation

Separation of Service (Business) / Presentation

  • with pnpm workspace
  • with typescript
  • with vitest

packages

- number-baseball (숫자야구 게임 서비스, OOP style)
- banking-system (입출금 및 계좌 조회 서비스) - TBD

apps

- number-baseball-game
  - console-baseball (with node console)
  - dom-baseball (with vanilla typescript) - TBD
  - react-baseball (with react)
  - rest-baseball (with nestjs) - TBD

- banking-system-app - TBD