A warehouse management application
- Hexagonal Architecture / Onion Architecture
- Framework agnostic
- Dependency Rule: dependency goes inwards
bin/ - application binaries
src/
├─ Core/ - the application core
│ ├─ Application/ - API
│ ├─ Domain/ - the business logic
├─ Infrastructure/ - the adapters for the infrastructure tools
