This is sample project using MongoDB with DDD architecture.
% dep ensure
Runs the MongoDB container before to run the service with go run
% make run
Builds the project as a docker image and then runs the service and MongoDB container
% make rund