/service

Sample code written for a Pearson presentation

Primary LanguageGoApache License 2.0Apache-2.0

service

Sample code written for a Pearson presentation

Docker

# Build the crud app as a docker image (No local Go installation needed).
docker build -f cmd/crud/dockerfile -t crud-amd64:1 .