Skip to content

dsc-umass/workshop-1-building-apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building APIs with Google Cloud

Directory

  • Nested JSON Demo - json-example
  • Cloud Vision Demo - cloud-vision

Debugging

Setting Environment Variables

For poweshell:

$env:GOOGLE_APPLICATION_CREDENTIALS="./example.json"

For Mac/Linux:

export GOOGLE_APPLICATION_CREDENTIALS="./example.json"

To install express:

npm install -g express-generator
npm install express --save

About

DSC Workshop 1 - Building APIs with Google Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published