All Projects → gae-init → Gae Init

gae-init / Gae Init

Licence: mit
Google App Engine based on Python, Flask, RESTful, Bootstrap and tons of other cool features

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gae Init

Flask Rest Template
template for a rest app with flask, flask-rest and more...
Stars: ✭ 95 (-82.18%)
Mutual labels:  rest, flask
Flutter Redux Starter
Starter project and code generator for Flutter/Redux
Stars: ✭ 262 (-50.84%)
Mutual labels:  rest, bootstrap
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (-71.48%)
Mutual labels:  rest, flask
Eve
REST API framework designed for human beings
Stars: ✭ 6,421 (+1104.69%)
Mutual labels:  rest, flask
Cookiecutter Flask
A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
Stars: ✭ 3,967 (+644.28%)
Mutual labels:  flask, bootstrap
Flask Restx
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 1,050 (+97%)
Mutual labels:  rest, flask
Flask Restplus
Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 2,585 (+384.99%)
Mutual labels:  rest, flask
Flog
A Simple Blog Powered by Flask
Stars: ✭ 150 (-71.86%)
Mutual labels:  flask, bootstrap
Flask Appbuilder
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
Stars: ✭ 3,603 (+575.98%)
Mutual labels:  rest, flask
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (-42.03%)
Mutual labels:  rest, bootstrap
Lxc Web Panel
LXC Web Panel repository
Stars: ✭ 555 (+4.13%)
Mutual labels:  rest, flask
Bootstrap Flask
Bootstrap 4 helper for Flask/Jinja2.
Stars: ✭ 441 (-17.26%)
Mutual labels:  flask, bootstrap
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (-57.79%)
Mutual labels:  flask, bootstrap
Eve Building Restful Mongodb Backed Apis Course
Course materials and handouts for EVE: Building RESTful MongoDB-backed APIs course
Stars: ✭ 53 (-90.06%)
Mutual labels:  rest, flask
Ssis Dashboard
HTML5 SQL Server Integration Services Dashboard
Stars: ✭ 206 (-61.35%)
Mutual labels:  flask, bootstrap
Eve Sqlalchemy
SQLAlchemy data layer for Eve-powered RESTful APIs
Stars: ✭ 215 (-59.66%)
Mutual labels:  rest, flask
Tedivms Flask
Flask starter app with celery, bootstrap, and docker environment
Stars: ✭ 142 (-73.36%)
Mutual labels:  flask, bootstrap
Upload Demo
Uploading a large file by fragmentation, powered by Flask and WebUploader.
Stars: ✭ 144 (-72.98%)
Mutual labels:  flask, bootstrap
Issue Label Bot
Code For The Issue Label Bot, an App that automatically labels issues using machine learning, available on the GitHub Marketplace. This is also code for the blog article: "How to automate tasks on GitHub with machine learning for fun and profit"
Stars: ✭ 292 (-45.22%)
Mutual labels:  flask, bootstrap
Flasksaas
A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀
Stars: ✭ 412 (-22.7%)
Mutual labels:  flask, bootstrap

gae-init

Slack Status code style: prettier

gae-init is the easiest boilerplate to kick start new applications on Google App Engine using Python, Flask, RESTful, Bootstrap 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 https://gae-init.appspot.com

Requirements

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

Initializing the project

cd /path/to/project-name
yarn

To install Gulp as a global package:

yarn global add gulp-cli

Running the Development Environment

cd /path/to/project-name
gulp

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


For a complete list of commands:

gulp help

Local testing

If you wish to run an automated test script, there is an additional dependency which can be installed with:

pip install -r test-requirements.txt

A simple test script framework, following the approach from the Google App Engine docs, can be run:

python main/runner.py --test-path tests ${HOME}/google-cloud-sdk/

This simply tests that the site can start up; that the index page exists (and returns an http response code of 200), and that a non-existent page returns an http response code of 404.

The test framework is easily extensible.

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

Resetting the project

If something goes wrong you can always do:

gulp reset
yarn
gulp

Tech Stack

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].