This project has moved.
For new work on this check out python-docs-samples/appengine/angular
A simple AngularJS CRUD application for Google App Engine.
Author: Fred Sauer [email protected]
- Install the App Engine Python SDK
To run the app locally:
dev_appserver.py .
To deploy the application:
- Use the Google Cloud Console to create a project
- Replace
your-app-id
inapp.yaml
with the project id from the previous step - Deploy the application:
appcfg.py --oauth2 update .
See CONTRIB.md
See LICENSE