Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 181 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 181 Bytes

go-ddd-cqrs

sample go project with ddd and cqrs

start project

DATABASE_URL=postgresql://user:password@0.0.0.0:5432/test go run ./src/http

tests

go test ./...