/todo

Primary LanguageTypeScriptMIT LicenseMIT

To Do App

Following clean architecture using pnpm workspace.

.
├── apps
│   ├── web-app
│   └── web-api
├── packages
│   ├── entities
│   ├── infrastructure
│   │   ├── data-access
│   │   └── web-api
│   └── use-cases

Getting Started

  1. Install pnpm
npm install -g pnpm
  1. Install all dependencies
pnpm install
  1. Run all test
pnpm run test