awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesMVC Controller Implementations

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.

Awesome MVC Controller Implementations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dodyg/practical-aspnetcoreAvatar dodyg

    dodyg/practical-aspnetcore

    10,382Vezi pe GitHub↗

    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.

    C#asp-net-coreaspnet-coreaspnetcore
    Vezi pe GitHub↗10,382
  • prestashop/prestashopAvatar PrestaShop

    PrestaShop/PrestaShop

    9,110Vezi pe GitHub↗

    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.

    PHPcmsecommerceecommerce-framework
    Vezi pe GitHub↗9,110
  • codeigniter4/codeigniter4Avatar codeigniter4

    codeigniter4/CodeIgniter4

    5,924Vezi pe GitHub↗

    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.

    PHPcodeignitercodeigniter4framework-php
    Vezi pe GitHub↗5,924
  • salesagility/suitecrmAvatar salesagility

    salesagility/SuiteCRM

    5,512Vezi pe GitHub↗

    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.

    PHP
    Vezi pe GitHub↗5,512
  • cloudfavorites/favorites-webAvatar cloudfavorites

    cloudfavorites/favorites-web

    4,854Vezi pe GitHub↗

    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.

    HTMLbootstrapdockerfavorites
    Vezi pe GitHub↗4,854
  1. Home
  2. Software Engineering & Architecture
  3. MVC Controller Implementations

Explorează sub-etichetele

  • Architectural PatternsGeneral application of structural patterns like Model-View-Controller for modular development. **Distinct from MVC Controller Implementations:** Covers the general architectural pattern rather than specific framework-based controller implementations.