Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myrachanto/domain-driven-design-ddd-in-golang-
This application is an example of how a crud application on micro service is wired up on golang level with test implemented and observing the domain driven architecture. Also included is github actions workflow to evaluate tests
https://github.com/myrachanto/domain-driven-design-ddd-in-golang-
ddd domain-driven-design go golang hexagonal-architecture microservice microservices
Last synced: 3 days ago
JSON representation
This application is an example of how a crud application on micro service is wired up on golang level with test implemented and observing the domain driven architecture. Also included is github actions workflow to evaluate tests
- Host: GitHub
- URL: https://github.com/myrachanto/domain-driven-design-ddd-in-golang-
- Owner: myrachanto
- Created: 2021-08-17T14:39:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T12:53:29.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T16:26:17.004Z (almost 2 years ago)
- Topics: ddd, domain-driven-design, go, golang, hexagonal-architecture, microservice, microservices
- Language: Go
- Homepage:
- Size: 3.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-mongo-category-microservice
a golang mongo micro service with domain driven ArchtectureThis project is a simple crud application that manages a category for an ecommerce application - designed to be a micro service with DDD- Domain Driven Design Archtecture in mind.
It is also being dockerize with a docker -development mode
Docker in deployment mod
And docker compose in for development mode
This project has testing implemented on - unit test level and also integrated tests