backend/
├── src/
│ ├── modules/
│ │ ├── <feature>/
│ │ │ ├── controller.ts
│ │ │ ├── model.ts
│ │ │ ├── route.ts
│ │ │ └── service.ts
│ └── index.ts
├── package.json
└── tsconfig.json
frontend/
├── src/
│ ├── components/
│ ├── hooks/
│ ├── pages/
│ ├── utils/
│ └── index.tsx
├── package.json
└── tsconfig.json