5 repository-uri
Implementations of the Model-View-Controller pattern for organizing web application logic and routing.
Distinct from MVC Implementations: Focuses on the specific use of controllers within the ASP.NET Core MVC framework, not general MVC theory.
Explore 5 awesome GitHub repositories matching software engineering & architecture · MVC Controller Implementations. Refine with filters or upvote what's useful.
This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro
Provides examples of organizing web application logic into Model, View, and Controller patterns to manage complex routing.
PrestaShop is an open-source e-commerce platform and PHP framework designed for building and operating self-hosted online stores. It provides a comprehensive software suite for managing the e-commerce lifecycle, including product catalogs, order fulfillment, and integrated payment processing. The platform functions as a multi-language storefront manager, enabling the localization of product descriptions and user interfaces to support sales across different countries and languages. The system covers broad capability areas including e-commerce store management, international localization, and
Uses an MVC architecture to route requests through controllers that populate templates with database results.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
CodeIgniter organizes application logic into Models, Views, and Controllers for clean separation of concerns.
SuiteCRM este o platformă open source de gestionare a relațiilor cu clienții (CRM) și o aplicație web PHP. Servește ca o suită de business personalizabilă, concepută pentru gestionarea vânzărilor, marketingului și operațiunilor de service într-un mediu self-hosted. Platforma oferă instrumente pentru urmărirea lead-urilor și a pipeline-urilor de vânzări, organizarea informațiilor de contact ale clienților și gestionarea tichetelor de suport. Include, de asemenea, capabilități pentru automatizarea campaniilor de marketing și a proceselor de business pentru a gestiona sarcinile administrative repetitive. Sistemul suportă personalizarea vizuală prin teme custom și include logarea evenimentelor de sistem pentru monitorizarea comportamentului aplicației.
Implements an MVC-inspired architecture to separate data models from user interface and controlling logic.
Acest proiect este o aplicație web Java și un manager de bookmark-uri Spring Boot conceput pentru salvarea, categorisirea și organizarea bookmark-urilor și articolelor web. Funcționează atât ca o bibliotecă de resurse auto-găzduită pentru arhive private, cât și ca o platformă de social bookmarking pentru partajarea link-urilor în comunitate. Sistemul permite partajarea cunoștințelor sociale prin descoperirea colecțiilor publice și interacțiunea cu conținutul social, permițând utilizatorilor să aprecieze, să partajeze și să discute resursele salvate. De asemenea, oferă instrumente pentru gestionarea personală a bookmark-urilor, inclusiv capacitatea de a organiza link-urile în foldere categorisite. Platforma include utilitare pentru sincronizarea bookmark-urilor din browser, suportând importul și exportul de date între aplicație și folderele browserului. Identitatea utilizatorului este gestionată prin înregistrarea contului, login securizat și setări de profil.
Employs the Model-View-Controller architectural pattern to decouple business logic from the user interface.