Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gae Boilerplate | 688 | 7 months ago | 43 | other | Python | |||||
Google App Engine Boilerplate | ||||||||||
Gae Init | 536 | 5 months ago | 61 | mit | Python | |||||
Google App Engine based on Python, Flask, RESTful, Bootstrap and tons of other cool features | ||||||||||
Rele | 192 | 2 | a month ago | 27 | November 15, 2022 | 23 | apache-2.0 | Python | ||
Easy to use Google Pub/Sub | ||||||||||
Tinygoogle | 182 | 4 months ago | mit | Python | ||||||
A search web app built by Flask and Google CSE | ||||||||||
Flask Engine | 181 | 10 years ago | 2 | Python | ||||||
A Flask skeleton for Google App Engine, using html5 boilerplate templating. | ||||||||||
Pixic | 119 | 2 months ago | 3 | mit | Python | |||||
Pixiv插画批量下载,提供关注画师插画、收藏作品下载(单/多/动图)及API - pixiv爬虫 | ||||||||||
Flask Gae Skeleton | 118 | 12 years ago | 2 | Python | ||||||
Flask skeleton for Google App Engine | ||||||||||
Systematically_self Study_python | 112 | 7 years ago | 1 | gpl-3.0 | ||||||
记录个人自学Python的过程,持续更新。 | ||||||||||
Github Stats | 81 | 4 years ago | 5 | mit | Python | |||||
:star2: GitHub Stats is all about stars, forks, repos, followers and more | ||||||||||
Flask Firebase | 79 | 4 years ago | 4 | Python | ||||||
Google Firebase integration for Flask |
gae-init-upload is the easiest boilerplate to kick start new applications on Google App Engine using Python, Flask, RESTful, Bootstrap, Google Cloud Storage and tons of other cool features.
Read the documentation, where you can find a complete feature list, a detailed tutorial, the how to section and more..
The latest version is always accessible from http://upload.gae-init.appspot.com
Make sure you have all of the above or refer to the docs on how to install the requirements.
$ cd /path/to/project-name
$ gulp
To test it visit http://localhost:3000
in your browser.
For a complete list of commands:
$ gulp help
$ cd /path/to/project-name
$ npm install
$ gulp
If something goes wrong you can always do:
$ gulp reset
$ npm install
$ gulp
To install Gulp as a global package:
$ npm install -g gulp
$ gulp deploy
$ gulp deploy --project=foo
$ gulp deploy --project=foo --version=bar
$ gulp deploy --project=foo --version=bar --no-promote