Skip to content

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

Notifications You must be signed in to change notification settings

abdonrd/appengine-flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages