Skip to content

dansalmo/appengine-angular-hello-world-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A trivial [AngularJS](http://angularjs.org/) "Hello World" application for [Google App Engine](https://appengine.google.com/).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.4%
  • Python 25.5%
  • Shell 23.2%
  • CSS 0.9%