This project just exam to enhancement my about Go Language as RestAPI.
This project is already using Go Module, So i recommended to put this source code outside GOPATH.
To testing you can run with this command :
exam $ go test -v -cover -covermode=atomic ./...or you prever using make:
exam $ make testHere is the steps to run it with docker-compose
# Build docker image
exam $ make docker
# Run application
exam $ make run
# Stop application
exam $ make stop