Skip to content

fabriziou/gae-init-upload

 
 

Repository files navigation

gae-init-upload

Slack Status

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

Requirements

Make sure you have all of the above or refer to the docs on how to install the requirements.

Running the Development Environment

$ cd /path/to/project-name
$ gulp

To test it visit http://localhost:8080/ in your browser.


For a complete list of commands:

$ gulp help

Initializing or Resetting the project

$ 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

Deploying on Google App Engine

$ gulp deploy
$ gulp deploy --project=foo
$ gulp deploy --project=foo --version=bar
$ gulp deploy --project=foo --version=bar --no-promote

Tech Stack

About

Fork of gae-init with Google Cloud Storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.2%
  • HTML 32.3%
  • CoffeeScript 10.1%
  • CSS 2.9%
  • Other 0.5%