/saas

Sausage as a service. A simple service used to try out various cloud infrastructure services.

Primary LanguageGoMIT LicenseMIT

saas

Sausage as a service.

A simple service used to try out various cloud infrastructure services.

Run the service

To run the service

go run service/cmd/main.go

To run the client

go run main.go

Create a container image

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