Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

App Engine AngularJS "Hello World" Python

A simple AngularJS CRUD application for Google App Engine.

Author: Fred Sauer fredsa@google.com

Project setup

  1. Install the App Engine Python SDK

Testing the app locally

To run the app locally:

dev_appserver.py .

Deploying

To deploy the application:

  1. Use the Google Cloud Console to create a project
  2. Replace your-app-id in app.yaml with the project id from the previous step
  3. Deploy the application:
appcfg.py --oauth2 update .

Contributing changes

See CONTRIB.md

Licensing

See LICENSE