A simple AngularJS CRUD application for Google App Engine.
Author: Fred Sauer fredsa@google.com
- 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