SETUP-01 — Create solution with the 4 layers
Type: Chore
Priority: High
Phase: Phase 0
Depends on: None
Description
Create the solution with the 4 projects (Domain, Application, Infrastructure, Api)
respecting the Clean Architecture dependency rule, plus a tests/ folder.
Acceptance criteria
Technical notes
See the dependency diagram we agreed on — Api → Infra/App → Domain.
SETUP-01 — Create solution with the 4 layers
Type: Chore
Priority: High
Phase: Phase 0
Depends on: None
Description
Create the solution with the 4 projects (Domain, Application, Infrastructure, Api)
respecting the Clean Architecture dependency rule, plus a
tests/folder.Acceptance criteria
dotnet buildcompiles without errorstests/folder created with empty test projectsTechnical notes
See the dependency diagram we agreed on — Api → Infra/App → Domain.