3 مستودعات
Practical applications and examples built specifically using the Flask web framework.
Distinct from Web Development: Focuses on actual implementations of a web service rather than general web development libraries
Explore 3 awesome GitHub repositories matching web development · Flask Framework Implementations. 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 web service implementation specifically using the Flask framework to teach server-side development.
This project is a social blogging application built with Flask. It provides a platform for user account management, following relationships, and chronological post streams, supported by a PostgreSQL relational database. The application features a multilingual web interface with localized content and date formatting. It is designed as a dockerized web application, utilizing containerization for consistent deployment across different environments. The system integrates a variety of core capabilities, including full-text search with provider abstraction, an asynchronous task worker for backgrou
Implements a structured web application using the Flask framework with blueprints and the application factory pattern.
sqlite-web هو تطبيق ويب يعتمد على Python يوفر واجهة مستخدم رسومية لتصفح والاستعلام عن وتحرير ملفات قاعدة بيانات SQLite. يعمل كأداة لإدارة قاعدة البيانات تسمح للمستخدمين بمعالجة بيانات الجدول وإدارة المخططات من خلال متصفح الويب بدلاً من استخدام سطر الأوامر أو نصوص SQL الخام. يتضمن التطبيق أدوات لترحيل البيانات، مما يتيح استيراد وتصدير محتوى قاعدة البيانات عبر تنسيقات ملفات JSON وCSV. كما يوفر وصولاً آمناً عن بُعد إلى قواعد البيانات من خلال التحكم في الوصول بكلمة مرور وتشفير SSL. يغطي المشروع قدرات إدارية أوسع بما في ذلك إدارة اتصال قاعدة البيانات، وإدارة المخطط لتعديل الجداول والأعمدة، ودعم النشر عبر خدمات WSGI.
Implemented as a web application using the Flask framework to handle routing and template rendering.