Skip to content

A prototype example for development team to follow for REST API development.

Notifications You must be signed in to change notification settings

go-programmer/go-restapi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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"

About

A prototype example for development team to follow for REST API development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published