Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

googlearchive/appengine-angular-hello-world-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

status: inactive

This project has moved.  

For new work on this check out python-docs-samples/appengine/angular

App Engine AngularJS "Hello World" Python

A simple AngularJS CRUD application for Google App Engine.

Author: Fred Sauer [email protected]

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