Add docs
This commit is contained in:
20
docs/architecture.md
Normal file
20
docs/architecture.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Architecture
|
||||
|
||||
## Monorepo Structure
|
||||
|
||||
- `apps/web`: public app
|
||||
- `apps/admin`: admin app
|
||||
- `packages/db`: prisma + data access
|
||||
- `packages/content`: shared schemas and domain contracts
|
||||
- `packages/ui`: shared UI layer
|
||||
- `packages/config`: shared TS config
|
||||
|
||||
## Design Principles
|
||||
|
||||
- Shared contracts before feature implementation
|
||||
- RBAC and CRUD base as prerequisites for MVP1 feature work
|
||||
- Keep admin and public responsibilities clearly separated
|
||||
|
||||
## Pending Documentation
|
||||
|
||||
See documentation tasks in `TODO.md` under the Documentation track.
|
||||
Reference in New Issue
Block a user