Awesome
Flask template for Google App Engine
A template for use Flask (a Python microframework) in Google App Engine.
Requirements
- Python 2.7
- pip
- Google App Engine SDK for Python
Run the project locally
-
Clone this repository.
-
Install dependencies in the project's
lib
directory. Run this command inside the project folder:pip install -r requirements.txt -t lib
-
Run the app with GoogleAppEngineLauncher or from command line:
dev_appserver.py .
-
Open http://localhost:8080. Hello world!