This code provides functionality to run a simple HTTP server using the Gin framework. The purpose is to have a simple app to be used for Capp
, which also supports SIGINT
and SIGKILL
.
To run this code, use:
$ make run
To test this case, use:
$ make test
To build an image from this code, use:
$ make docker-build docker-push IMG=<registry>/capp-gin-app:<version>