Skip to content

i2nes/flapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flapi

A bootstrap for App Engine projects with Flask

See it running on App Engine:

Web App: https://gae-flapi.appspot.com/

API: https://api-dot-gae-flapi.appspot.com/

Running the app on local. From the src/ directory execute:

$ dev_appserver.py api-service/app.yaml web-service/app.yaml

Clearing the local Datastore

$ dev_appserver.py --clear_datastore=yes app.yaml

Deploying to App Engine

$ gcloud app deploy --project [project] --version [version]

About

A bootstrap for App Engine projects with Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published