Basic hello world server with a focus on setting up Docker images, CI/CD via GitHub Actions & deployment on the cloud.
/hello - says hello world.
build- builds the server locallyrun- run the server on your local machine, requiresbuildto be run prior.run-dev- run the server viago run main.godocker-build- build server as a docker imagedocker-run- runs docker image, requiresdocker-buildto be run prior.test- run the golang tests