- begin installing Google Cloud SDK https://cloud.google.com/sdk/docs/install-sdk
- fork this bad boy
$ git cloneit to local- When GC SDK finishes, launch it
$ gcloud init- create a new project either from the GCP console or with the deploy command below
$ cd where/you/cloned/your/repo$ gcloud app deploy$ gcloud app browse
Now that's one fast API!