Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 767 Bytes

README.md

File metadata and controls

43 lines (23 loc) · 767 Bytes

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