Home

Awesome

Flask template for Google App Engine

A template for use Flask (a Python microframework) in Google App Engine.

Requirements

Run the project locally

  1. Clone this repository.

  2. Install dependencies in the project's lib directory. Run this command inside the project folder:

    pip install -r requirements.txt -t lib
    
  3. Run the app with GoogleAppEngineLauncher or from command line:

    dev_appserver.py .
    
  4. Open http://localhost:8080. Hello world!