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.
यह प्रोजेक्ट Flask एप्लिकेशन बनाने के लिए एक मानकीकृत प्रोजेक्ट टेम्प्लेट है। यह एक कस्टमाइज़ेबल प्रोजेक्ट स्कैफ़ोल्ड के रूप में कार्य करता है जो Cookiecutter CLI टूल का उपयोग करके एक सुसंगत डायरेक्टरी लेआउट और कॉन्फ़िगरेशन उत्पन्न करता है। यह टेम्प्लेट उपयोगकर्ता पंजीकरण और लॉगिन फ़्लो को प्रबंधित करने के लिए एक पूर्व-कॉन्फ़िगर ऑथेंटिकेशन स्टार्टर प्रदान करता है। इसमें स्वचालित स्कीमा माइग्रेशन के साथ एक SQLAlchemy डेटाबेस स्कैफ़ोल्ड और CSS व JavaScript को बंडल और छोटा (minify) करने के लिए एक एकीकृत Webpack फ्रंटएंड पाइपलाइन भी शामिल है। उत्पन्न संरचना एप्लिकेशन फ़ैक्टरी पैटर्न और ब्लूप्रिंट्स के माध्यम से मॉड्यूलर प्रोजेक्ट आर्किटेक्चर को शामिल करती है। इसमें पर्यावरण चर (environment variables), स्वचालित परीक्षण सूट, और क्लाउड होस्टिंग प्रदाताओं के लिए डिप्लॉयमेंट स्क्रिप्ट्स के लिए कॉन्फ़िगरेशन भी शामिल हैं।
Generates a standardized project structure including authentication and database setup for rapid Flask development.
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
Serves as a full stack web application template demonstrating best practices for routing, authentication, and data management.
ng-alain एक Angular एडमिन डैशबोर्ड फ्रेमवर्क है जिसे एंटरप्राइज एडमिनिस्ट्रेटिव इंटरफेस बनाने के लिए डिज़ाइन किया गया है। यह जटिल और डेटा-हैवी एडमिनिस्ट्रेटिव व्यू बनाने के लिए हाई-डेंसिटी, प्री-बिल्ट UI कंपोनेंट्स और स्कैफोल्डिंग का एक सेट प्रदान करता है। इस फ्रेमवर्क में रिस्पॉन्सिव एडमिन पैनल बनाने के लिए एक थीमेबल लेआउट सिस्टम शामिल है जो अलग-अलग स्क्रीन साइज़ के अनुकूल होता है और लेफ्ट-टू-राइट और राइट-टू-लेफ्ट दोनों टेक्स्ट दिशाओं का समर्थन करता है। इसे एक बहुभाषी UI फ्रेमवर्क के रूप में बनाया गया है जिसमें वैश्विक उपयोगकर्ताओं के लिए एप्लिकेशन कंटेंट और लेबल को लोकलाइज़ करने के लिए इंटीग्रेटेड सपोर्ट है। यह प्रोजेक्ट एंटरप्राइज UI कंपोनेंट लाइब्रेरी, एप्लिकेशन स्कैफोल्डिंग और वेब एप्लिकेशन को कंटेनराइज्ड डिप्लॉयमेंट के लिए स्टैंडर्ड इमेज में पैक करने की क्षमता जैसी व्यापक सुविधाएं प्रदान करता है।
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.