10000 GitHub - ricleal/go_ddd: Go Domain Driven Design in GoLang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ricleal/go_ddd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Domain Driven Design

This is a collection of resources for learning Domain Driven Design (DDD) in Go.

cmd
├── ex1 - Clean / Onion / Ports-and-adapters architecture

├── ex2 - Clean / Onion / Ports-and-adapters architecture

├── ex3 - Clean / Onion / Ports-and-adapters architecture

└── ex4 - Domain Driven Design minimal example with service + repository and a presentation layer
+
└── app
    ├── domain
    ├── presentation
    │   └── table
    └── service
        └── repository
            ├── memory
            └── sqlite

About

Go Domain Driven Design in GoLang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0