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, requiresbuild
to be run prior.run-dev
- run the server viago run main.go
docker-build
- build server as a docker imagedocker-run
- runs docker image, requiresdocker-build
to be run prior.test
- run the golang tests