Skip to content

SteveShaffer/goog-stack

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The GOOG Stack

A best practices implementation of a web app built with Google's technologies

The Goal?

  • Define models in GAE ndb
  • For free, get a REST API with routes that mirror the models
  • For free, get a view for each route that presents a CRUD interface
  • Be able to override and/or shut down any of that easily on a per-model basis

Prerequisites

  • GAE Python SDK
  • node + npm
  • GAE Python SDK on $PATH (export $PATH=$HOME/path_to/google_appengine:$PATH)

Startup

npm start

Been Done Before

  • PEP-8
  • John Papa Angular Style
  • "Modular" Approach?

About

A web app stack built with open source / public Google tech (very much in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published