Modular Architecture

Scaffold backend features using a modular layered architecture (route → controller → service → repository) where each feature is a self-contained module. Use when creating a new API/backend feature, refactoring into a clean structure, or enforcing separation of concerns.

surajkuushwaha 9eadc2c 12.0 KB Updated

File contents

surajkuushwaha/skills/tree/main/skills/cx/modular-architecture commit 9eadc2cf28

Frequently asked questions

npx skillmds@latest add surajkuushwaha/modular-architecture