7 مستودعات
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.
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.
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.
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.
هذا المشروع عبارة عن قالب تطبيق ويب كامل (full stack) مبني باستخدام Flask. يوفر أساساً لتطوير تطبيقات الويب الكاملة، ويغطي خط الأنابيب بالكامل من واجهات المستخدم ومنطق جانب الخادم إلى إدارة البيانات العلائقية. ينفذ المشروع بنية معيارية باستخدام المخططات (blueprints) لتنظيم العروض والقوالب في مكونات مستقلة. يتميز بنظام مصادقة قائم على الجلسة لإدارة تسجيل المستخدم، وتجزئة كلمة المرور، وجلسات تسجيل الدخول الآمنة لحماية مناطق التطبيق الخاصة. يتم التعامل مع استمرارية البيانات من خلال تعيين علائقي للكائنات (ORM) لإدارة المخططات ونظام متكامل لترحيلات قاعدة البيانات ذات الإصدارات. يتضمن المشروع أيضاً مجموعة اختبار آلية مع اختبارات الوحدة وأدوات تغطية الكود للتحقق من منطق التطبيق. يتضمن القالب تكوينات لاستضافة تطبيقات السحابة، بما في ذلك إدارة متغيرات البيئة واتصالات قاعدة البيانات لبيئات الإنتاج.
Serves as a full stack web application template demonstrating best practices for routing, authentication, and data management.
ng-alain هو إطار عمل للوحات تحكم Angular مصمم لبناء واجهات إدارية للمؤسسات. يوفر مجموعة من مكونات واجهة المستخدم الجاهزة وعالية الكثافة، بالإضافة إلى هيكلية أساسية لبناء واجهات إدارية معقدة وغنية بالبيانات. يتضمن إطار العمل نظام تخطيط قابل للتخصيص لإنشاء لوحات تحكم متجاوبة تتكيف مع أحجام الشاشات المختلفة وتدعم اتجاهات النصوص من اليسار إلى اليمين ومن اليمين إلى اليسار. تم بناؤه كإطار عمل لواجهة مستخدم متعدد اللغات مع دعم مدمج لتعريب محتوى التطبيق وتسمياته للمستخدمين حول العالم. يغطي المشروع قدرات واسعة تشمل مكتبات مكونات واجهة المستخدم للمؤسسات، وهيكلة التطبيقات، والقدرة على حزم تطبيقات الويب في صور قياسية للنشر داخل الحاويات (Containers).
Provides professional dashboard components and layout patterns to scaffold the front-end structure of an admin application.
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.
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.