Skip to content

tzeppy/appengine-winterbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask Skeleton for Google App Engine

Make sure gcloud init has been called to set up google credentials. Also points to project: artistannamir

Using pyenv 3.10.5..

% pyenv install 3.10.5 % pyenv local 3.10.5 % python -m venv env % source env/bin/activate % pip install -r requirements.txt

  1. Run locally:

% main.py

  1. To deploy the application:

% gcloud config set project festive-flight-109023

% gcloud app deploy

You can stream logs from the command line by running: $ gcloud app logs tail -s default

To view your application in the web browser run: $ gcloud app browse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published