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 的 Web 应用程序,为浏览、查询和编辑 SQLite 数据库文件提供了图形用户界面。它作为一个数据库管理工具,允许用户通过 Web 浏览器操作表数据和管理模式,而无需使用命令行或原始 SQL 脚本。 该应用程序包含数据迁移实用程序,支持通过 JSON 和 CSV 文件格式导入和导出数据库内容。它还通过密码访问控制和 SSL 加密提供对数据库的安全远程访问。 该项目涵盖了更广泛的管理功能,包括数据库连接管理、用于修改表和列的模式管理,以及对通过 WSGI 服务部署的支持。
Implemented as a web application using the Flask framework to handle routing and template rendering.