Skip to content

ekosalemba/ddd-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDD go

Domain Driven Design written in Go

Installation

Install GVM (Go Version Manager) on your machine using this guideline https://github.com/moovweb/gvm.

gvm install go1.13.5
gvm use go1.13.5
mdkir $GOPATH/src
git clone [email protected]:ekosalemba/ddd-go.git $GOPATH/src/ddd-go
cd $GOPATH/src/ddd-go

Install dependency Manager https://github.com/golang/dep.

cd $GOPATH/src/ddd-go
dep ensure

How to run

  1. copy file at presentation/config/config.json.sample and rename to rename to config.json
  2. move to presentation directory
  3. run command go run main.go

About

Domain Driven Design Written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published