awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

Awesome GitHub RepositoriesFlask Application Examples

Complete sample projects built with the Flask framework to demonstrate best practices and architectural patterns.

Distinct from Web Applications: The candidates are either specific library integrations or general lists of web apps; this is a specific architectural example for Flask.

Explore 7 awesome GitHub repositories matching web development · Flask Application Examples. Refine with filters or upvote what's useful.

Awesome Flask Application Examples GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • miguelgrinberg/flaskyالصورة الرمزية لـ miguelgrinberg

    miguelgrinberg/flasky

    8,747عرض على GitHub↗

    Flasky is a complete web application example and tutorial designed to demonstrate professional development patterns using the Flask framework. It serves as a practical implementation of a web service to teach server-side development, application structure, and the use of a Python object-relational mapper for database applications. The project provides a containerized environment that packages the web application and its database dependencies into isolated images. This ensures consistent behavior across different hosting platforms and includes configurations for production-grade server deploym

    Provides a complete, professional-grade example of a web application built using the Flask framework.

    Pythonflaskpython
    عرض على GitHub↗8,747
  • karpathy/arxiv-sanity-preserverالصورة الرمزية لـ karpathy

    karpathy/arxiv-sanity-preserver

    5,717عرض على GitHub↗

    This project is a self-hosted system for discovering, browsing, and receiving personalized recommendations from academic papers on arXiv. It combines an arXiv API client that downloads paper metadata and PDFs with a TF-IDF document similarity engine and an SVM-based recommendation system that trains a classifier per user based on their preferences. The system provides a web interface for browsing, searching, and filtering recent arXiv submissions, alongside personalized paper recommendations generated from individual user signals. It also includes a Twitter mention tracker that periodically p

    Hosts a Flask web server that lets users browse, search, and view papers with personalized recommendations.

    Python
    عرض على GitHub↗5,717
  • sloria/cookiecutter-flaskالصورة الرمزية لـ sloria

    sloria/cookiecutter-flask

    4,725عرض على GitHub↗

    This project is a standardized project template for building Flask applications. It serves as a customizable project scaffold that generates a consistent directory layout and configuration using the Cookiecutter CLI tool. The template provides a pre-configured authentication starter for managing user registration and login flows. It also includes a SQLAlchemy database scaffold with automated schema migrations and an integrated Webpack frontend pipeline for bundling and minifying CSS and JavaScript. The generated structure incorporates modular project architecture through the application fact

    Generates a standardized project structure including authentication and database setup for rapid Flask development.

    Python
    عرض على GitHub↗4,725
  • realpython/discover-flaskالصورة الرمزية لـ realpython

    realpython/discover-flask

    4,550عرض على GitHub↗

    هذا المشروع عبارة عن قالب تطبيق ويب كامل (full stack) مبني باستخدام Flask. يوفر أساساً لتطوير تطبيقات الويب الكاملة، ويغطي خط الأنابيب بالكامل من واجهات المستخدم ومنطق جانب الخادم إلى إدارة البيانات العلائقية. ينفذ المشروع بنية معيارية باستخدام المخططات (blueprints) لتنظيم العروض والقوالب في مكونات مستقلة. يتميز بنظام مصادقة قائم على الجلسة لإدارة تسجيل المستخدم، وتجزئة كلمة المرور، وجلسات تسجيل الدخول الآمنة لحماية مناطق التطبيق الخاصة. يتم التعامل مع استمرارية البيانات من خلال تعيين علائقي للكائنات (ORM) لإدارة المخططات ونظام متكامل لترحيلات قاعدة البيانات ذات الإصدارات. يتضمن المشروع أيضاً مجموعة اختبار آلية مع اختبارات الوحدة وأدوات تغطية الكود للتحقق من منطق التطبيق. يتضمن القالب تكوينات لاستضافة تطبيقات السحابة، بما في ذلك إدارة متغيرات البيئة واتصالات قاعدة البيانات لبيئات الإنتاج.

    Serves as a full stack web application template demonstrating best practices for routing, authentication, and data management.

    Python
    عرض على GitHub↗4,550
  • ng-alain/ng-alainالصورة الرمزية لـ ng-alain

    ng-alain/ng-alain

    4,530عرض على GitHub↗

    ng-alain هو إطار عمل للوحات تحكم Angular مصمم لبناء واجهات إدارية للمؤسسات. يوفر مجموعة من مكونات واجهة المستخدم الجاهزة وعالية الكثافة، بالإضافة إلى هيكلية أساسية لبناء واجهات إدارية معقدة وغنية بالبيانات. يتضمن إطار العمل نظام تخطيط قابل للتخصيص لإنشاء لوحات تحكم متجاوبة تتكيف مع أحجام الشاشات المختلفة وتدعم اتجاهات النصوص من اليسار إلى اليمين ومن اليمين إلى اليسار. تم بناؤه كإطار عمل لواجهة مستخدم متعدد اللغات مع دعم مدمج لتعريب محتوى التطبيق وتسمياته للمستخدمين حول العالم. يغطي المشروع قدرات واسعة تشمل مكتبات مكونات واجهة المستخدم للمؤسسات، وهيكلة التطبيقات، والقدرة على حزم تطبيقات الويب في صور قياسية للنشر داخل الحاويات (Containers).

    Provides professional dashboard components and layout patterns to scaffold the front-end structure of an admin application.

    TypeScriptangularangular-applicationsangular-components
    عرض على GitHub↗4,530
  • infyomlabs/laravel-generatorالصورة الرمزية لـ InfyOmLabs

    InfyOmLabs/laravel-generator

    3,829عرض على GitHub↗

    This project is a code scaffolding tool and database-to-code mapper for Laravel. It functions as a CRUD generator and REST API generator that automates the creation of models, controllers, and administrative interfaces based on database schemas. The tool is distinguished by its template-driven approach, using customizable stub files that allow developers to override default blueprints to enforce specific architectural standards. It provides complete administrative dashboard boilerplates, including integrated authentication, themed UI layouts, and searchable data tables. The system covers a b

    Bootstraps a complete administrative frontend structure, including authentication scaffolding and themed layout files.

    PHP
    عرض على GitHub↗3,829
  • yulimchen/vue3-h5-templateالصورة الرمزية لـ yulimchen

    yulimchen/vue3-h5-template

    1,520عرض على GitHub↗

    This project is a pre-configured foundation for building mobile-responsive web applications using Vue 3 and Vite. It provides a production-ready scaffold that integrates essential development tools, component libraries, and build-time optimizations to accelerate the creation of mobile interfaces. The framework distinguishes itself through automated asset and configuration management, including the automatic registration of UI components and the conversion of SVG files into reusable components. It features built-in support for responsive design by automatically transforming pixel-based CSS uni

    Provides a production-ready project scaffold with integrated debugging, state caching, and automated asset management for TypeScript web applications.

    Vueappdemoeruda
    عرض على GitHub↗1,520
  1. Home
  2. Web Development
  3. Flask Application Examples

استكشف الوسوم الفرعية

  • Application Scaffolds1 وسم فرعيStandardized project templates that provide a starting directory structure and core configuration. **Distinct from Flask Application Examples:** Focuses on the scaffold generation rather than just providing a static example project.
  • Project BoilerplatesStandardized starter templates that provide a full directory structure and baseline configuration for new projects. **Distinct from Flask Application Examples:** Focuses on the comprehensive boilerplate nature of the project rather than just a demonstration example.