A show case of DDD/CQRS/Clean Architecture
make helpmake docker-buildmake docker-runTo build the application, run tests and install it on a local machine just run the following:
makeOtherwise you can do it manually by running the commands from the sections below.
make depsmake unit-testmake integration-testmake buildThe following command will install the application to $GOPATH/bin
Note: Don't forget to add $GOPATH/bin to your $PATH
make installIf the application was installed correctly just run:
gopherpayJust look at the example folder
After starting the service type in your browser:
http://localhost:8080/swagger/index.html
