Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 453 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 453 Bytes

simple-go-ddd

Simple go domain-driven design pattern

Requirements

Setup

Create MongoDB container

docker-compose up

Run the service

Install packages

go get ./...

Run app

go run main.go