Example of how to implement DDD on E-Commerce.
Should introduce you on
- Layered application
- Domain model
- Aggregate, Entity & Root Entity, Value Object
- Factory
- Repository
Note: This is not working application, means you can't compile the binary and run it. It only for example purposes.
Note: Also put comment and
TODO
, to show you on what need to be completed.