Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# golang-mongo-category-microservice
a golang mongo micro service with domain driven Archtecture

This 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