awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kamalgill avatar

kamalgill/flask-appengine-templateArchived

0
View on GitHub↗
1,070 stars·201 forks·Python·8 views

Flask Appengine Template

Flask app engine template is a project boilerplate and starter kit for building Python web applications using the Flask framework for deployment on Google App Engine. It provides structured project organization for web development, including pre-configured routing and view mapping to handle incoming HTTP requests through standard gateway interfaces.

The project includes built-in support for local development, allowing developers to spin up a sandboxed server environment to test application behavior prior to production releases. It features an integrated in-memory caching layer using Memcache to store frequently accessed data and reduce database load, alongside automated unit testing capabilities executed through dedicated runner scripts and configurable environment settings.

Application deployment and configuration are managed through structured metadata files and command-line publishing tools that package and transfer code to cloud hosting infrastructure.

Features

  • Flask - Provides a project boilerplate for building and running Python web applications on Google App Engine using the Flask framework.
  • Google App Engine Deployments - Configures and publishes Python web applications to cloud hosting environments so they become publicly accessible via a web URL.
  • Flask Application Examples - Offers a boilerplate template for building and running Python web applications on Google App Engine using the Flask framework.
  • Web Application Boilerplates - Provides a starter template with pre-configured routing, testing, and deployment scripts for web applications.
  • Memcache Layers - Stores frequently accessed data in a fast in-memory Memcache layer to reduce database load and improve response times.
  • In-Memory Caches - Stores frequently accessed data in an in-memory cache layer to reduce database load and improve response times.
  • Hosted Deployments - Publishes the application to a cloud hosting environment using command-line deployment tools for public web access.
  • Application Route Managers - Routes incoming URL endpoints to specific controller views so visitors can navigate application pages seamlessly.
  • Request Dispatchers - Maps incoming HTTP requests to specific controller views and URL endpoints via standard gateway interfaces.

Star history

Star history chart for kamalgill/flask-appengine-templateStar history chart for kamalgill/flask-appengine-template

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does kamalgill/flask-appengine-template do?

Flask app engine template is a project boilerplate and starter kit for building Python web applications using the Flask framework for deployment on Google App Engine. It provides structured project organization for web development, including pre-configured routing and view mapping to handle incoming HTTP requests through standard gateway interfaces.

What are the main features of kamalgill/flask-appengine-template?

The main features of kamalgill/flask-appengine-template are: Flask, Google App Engine Deployments, Flask Application Examples, Web Application Boilerplates, Memcache Layers, In-Memory Caches, Hosted Deployments, Application Route Managers.

What are some open-source alternatives to kamalgill/flask-appengine-template?

Open-source alternatives to kamalgill/flask-appengine-template include: dunky11/react-saas-template — This project is a boilerplate for building administrative web applications and software-as-a-service platforms. It… realpython/discover-flask — This project is a full stack web application template built with Flask. It provides a foundation for developing… midudev/jscamp — jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… nodeshift/nodejs-reference-architecture — This project provides a comprehensive architectural framework and set of standardized patterns for building, securing,… mobile-dev-inc/maestro — Maestro is a declarative mobile and web UI automation framework designed for end-to-end testing. It operates by…

Open-source alternatives to Flask Appengine Template

Similar open-source projects, ranked by how many features they share with Flask Appengine Template.
  • dunky11/react-saas-templatedunky11 avatar

    dunky11/react-saas-template

    1,963View on GitHub↗

    This project is a boilerplate for building administrative web applications and software-as-a-service platforms. It provides a foundational structure for React-based development, focusing on the rapid assembly of functional interfaces and the management of complex application navigation. The template distinguishes itself through a collection of pre-built interface elements and layouts based on Material-UI. These components are designed to accelerate the development of data visualization tools, management dashboards, and common user-facing features such as file uploaders and payment forms. The

    JavaScriptadminadmin-dashboardblog
    View on GitHub↗1,963
  • realpython/discover-flaskrealpython avatar

    realpython/discover-flask

    4,550View on GitHub↗

    This project is a full stack web application template built with Flask. It provides a foundation for developing complete web applications, covering the entire pipeline from user interfaces and server-side logic to relational data management. The project implements a modular architecture using blueprints to organize views and templates into independent components. It features a session-based authentication system for managing user registration, password hashing, and secure login sessions to protect private application areas. Data persistence is handled through an object relational mapper for

    Python
    View on GitHub↗4,550
  • midudev/jscampmidudev avatar

    midudev/jscamp

    3,811View on GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    JavaScriptbootcamp
    View on GitHub↗3,811
  • codeigniter4/codeigniter4codeigniter4 avatar

    codeigniter4/CodeIgniter4

    5,924View on GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    View on GitHub↗5,924
  • See all 30 alternatives to Flask Appengine Template→

    Curated searches featuring Flask Appengine Template

    Hand-picked collections where Flask Appengine Template appears.
    • Application templates