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