Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uudashr/ddd-ecommerce-sales
- Owner: uudashr
- Created: 2020-10-12T04:12:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T04:20:17.000Z (about 4 years ago)
- Last Synced: 2023-03-13T07:45:53.261Z (almost 2 years ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.