awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesFlask Framework Implementations

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.

Awesome Flask Framework Implementations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • miguelgrinberg/flaskymiguelgrinberg का अवतार

    miguelgrinberg/flasky

    8,747GitHub पर देखें↗

    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.

    Pythonflaskpython
    GitHub पर देखें↗8,747
  • miguelgrinberg/microblogmiguelgrinberg का अवतार

    miguelgrinberg/microblog

    4,771GitHub पर देखें↗

    यह प्रोजेक्ट Flask के साथ बनाया गया एक सोशल ब्लॉगिंग एप्लिकेशन है। यह PostgreSQL रिलेशनल डेटाबेस द्वारा समर्थित यूज़र अकाउंट मैनेजमेंट, फॉलोइंग रिलेशनशिप्स और क्रोनोलॉजिकल पोस्ट स्ट्रीम के लिए एक प्लेटफ़ॉर्म प्रदान करता है। एप्लिकेशन में लोकलाइज़्ड कंटेंट और डेट फ़ॉर्मेटिंग के साथ एक बहुभाषी वेब इंटरफ़ेस है। इसे एक डॉकराइज़्ड वेब एप्लिकेशन के रूप में डिज़ाइन किया गया है, जो विभिन्न एनवायरनमेंट में कंसिस्टेंट डिप्लॉयमेंट के लिए कंटेनराइज़ेशन का उपयोग करता है। यह सिस्टम विभिन्न मुख्य क्षमताओं को एकीकृत करता है, जिसमें प्रोवाइडर एब्स्ट्रैक्शन के साथ फुल-टेक्स्ट सर्च, बैकग्राउंड प्रोसेसिंग के लिए एक एसिंक्रोनस टास्क वर्कर, और सुरक्षित रजिस्ट्रेशन और सेशन ट्रैकिंग को कवर करने वाला एक व्यापक आइडेंटिटी सिस्टम शामिल है। यह प्राइवेट मैसेजिंग, SMTP ईमेल ट्रांसमिशन और टोकन-आधारित ऑथेंटिकेशन के साथ एक API भी लागू करता है। कोडबेस राउटिंग और लॉजिक को व्यवस्थित करने के लिए एप्लिकेशन फ़ैक्टरी पैटर्न और ब्लूप्रिंट्स का उपयोग करके एक मॉड्यूलर आर्किटेक्चर अपनाता है।

    Implements a structured web application using the Flask framework with blueprints and the application factory pattern.

    Pythonflaskpythonwebapp
    GitHub पर देखें↗4,771
  • coleifer/sqlite-webcoleifer का अवतार

    coleifer/sqlite-web

    4,117GitHub पर देखें↗

    sqlite-web एक Python-आधारित वेब एप्लिकेशन है जो SQLite डेटाबेस फाइलों को ब्राउज़ करने, क्वेरी करने और एडिट करने के लिए एक ग्राफिकल यूजर इंटरफेस (GUI) प्रदान करता है। यह एक डेटाबेस प्रबंधन टूल के रूप में कार्य करता है जो उपयोगकर्ताओं को कमांड लाइन या रॉ SQL स्क्रिप्ट के बजाय वेब ब्राउज़र के माध्यम से टेबल डेटा में हेरफेर करने और स्कीमा प्रबंधित करने की अनुमति देता है। एप्लिकेशन में डेटा माइग्रेशन के लिए यूटिलिटीज शामिल हैं, जो JSON और CSV फाइल फॉर्मेट के माध्यम से डेटाबेस सामग्री को इम्पोर्ट और एक्सपोर्ट करने में सक्षम बनाती हैं। यह पासवर्ड एक्सेस कंट्रोल और SSL एन्क्रिप्शन के माध्यम से डेटाबेस तक सुरक्षित रिमोट एक्सेस भी प्रदान करता है। यह प्रोजेक्ट व्यापक प्रशासनिक क्षमताओं को कवर करता है, जिसमें डेटाबेस कनेक्शन प्रबंधन, टेबल और कॉलम को संशोधित करने के लिए स्कीमा प्रशासन, और WSGI सेवाओं के माध्यम से डिप्लॉयमेंट के लिए समर्थन शामिल है।

    Implemented as a web application using the Flask framework to handle routing and template rendering.

    Python
    GitHub पर देखें↗4,117
  1. Home
  2. Web Development
  3. Flask Framework Implementations