This sample application demonstrates how to use Google App Engine's users API.
- Install
composer - Install dependencies by running:
composer installPrerequisites
- Install the Google Cloud SDK.
Deploy with gcloud
gcloud config set project YOUR_PROJECT_ID
gcloud app deploy
gcloud app browse
The last command will open https://{YOUR_PROJECT_ID}.appspot.com/
in your browser.