Sausage as a service.
A simple service used to try out various cloud infrastructure services.
To run the service
go run service/cmd/main.go
To run the client
go run main.go
To create a Docker container image and push it to the Docker Hub registry
docker build . -t tophatsteve/saas:latest
docker push tophatsteve/saas:latest