Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 526 Bytes

File metadata and controls

25 lines (15 loc) · 526 Bytes

REST API Prototype


Prerequisites running simprints

Install Golang. Using GVM and Golang 1.12.4 is recommended

Running

GCLOUD_PROJECT=your-gcp-project go run cmd/mywebapp/main.go

Testing

GCLOUD_PROJECT=your-gcp-project go test ./... -count=1

Need to set the auth credential path export GOOGLE_APPLICATION_CREDENTIALS ="/home/user/Downloads/[FILE_NAME].json"