Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Users & Google App Engine

This sample application demonstrates how to use Google App Engine's users API.

Prerequisites

  • Install composer
  • Install dependencies by running:
composer install

Deploy to App Engine

Prerequisites

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.