Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uudashr/ddd-ecommerce-sales

Example DDD for E-commerce service
https://github.com/uudashr/ddd-ecommerce-sales

Last synced: about 2 months ago
JSON representation

Example DDD for E-commerce service

Awesome Lists containing this project

README

        

# DDD Example of E-Commerce Sales Service

Example of how to implement DDD on E-Commerce.

Should introduce you on
1. Layered application
2. Domain model
3. Aggregate, Entity & Root Entity, Value Object
4. Factory
5. 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.