mvc-architecture
There are 5224 repositories under mvc-architecture topic.
CoderMikeHe/MHDevelopExample_Objective_C
🔥🔥🔥 iOS开发技术要点汇总,核心功能配备文档。表情键盘布局、大文件分片上传、基于MVC的基类设计、MVVM+RAC实践、微信朋友圈实现方案等。
SaturnFramework/Saturn
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
solid-process/rails-way-app
Eighteen versions of a web application and REST API, developed using Ruby on Rails, aim to fully leverage MVC/Rails by promoting modularization and orthogonality.
harismuneer/Flight-Booking-System-JavaServlets_App
✈️ An MVP level Flight Booking System (web-application) based on the Model View Controller (MVC) Architecture made using Java Servlets, Java Server Pages (JSPs). Moreover authentication and authorization for users is implemented. The web-application is also secured against SQL Injection and Cross-Site Scripting attacks.
saksham24/Android-Firebase-Kotlin-java-Mvp-Mvc-Mvvm-chat
Simple chat Application with one to one connectivity using Firebase Real time Database written in MVC,MVP and MVVM architecture to better understand the android coding patterns. Purpose of writing same application functionality with 3 different pattern is to show how single application can be developed using 3 different patterns(Mvc, Mvp, Mvvm).
zcomert/btk-akademi-aspnet-core-mvc-egitimi
BTK Akademi ASP.NET Core MVC Eğitimi
amamov/teaching-nestjs-a-to-z
[인프런] 탄탄한 백엔드 NestJS 기초부터 심화까지
afgprogrammer/PHP-MVC-REST-API
A simple PHP MVC REST API framework with PHP 7.2 With routes and some tools to develop your API.
silently9527/SmartMvc
深入解析SpringMVC核心原理:从手写简易版MVC框架开始(SmartMvc)
xamantra/momentum
MVC pattern for flutter. Works as state management, dependency injection and service locator.
kansiris/ASP.NET-MVC-interview-questions
500 ASP.NET MVC interview questions
akmamun/gin-boilerplate
Golang API Boilerplate Template using gin, gorm, logrus
SamuelAsherRivello/rmc-mini-mvcs
Unity Mini MVCS (Model-View-Controller-Service) Architecture. This has NO dependency on MonoBehaviours. Created by (RMC) Rivello Multimedia Consulting.
restuwahyu13/express-mvc-pattern
Example nodejs using express implementation design pattern using mvc architecture.
Mshandev/Food-Delivery
Tomato is the MERN Stack-powered food ordering website that makes online food shopping easy and secure. With user and admin panels, secure JWT Authentication, Stripe payments, and essential features like Login, Add to Cart, and Order Management, it's perfect for a seamless food ordering experience.
Kuniwak/TestableDesignExample
Sample App to learn a testable design (Smalltalk flavored MVC)
harismuneer/Minesweeper-Desktop-Game
💣 An object-oriented clone of the famous Windows game Minesweeper made in Java-Swing Framework following the Model View Controller (MVC) Architecture. Its a stand-alone desktop game which also provides save and load game functionalities.
lazamar/smvc
A Straightforward Model View Controller library for the frontend.
offfahad/human-face-sketch-to-real
This system provides the facility to convert roughly hand-drawn humam face sketch image on canvas into a realistic face image by using image generative AI in a real-time.
izniburak/nur
nur - a simple framework for PHP
ashiishme/java-swing-mvc
Java swing application boilerplate with model view controller (MVC) design patterns.
iosdev29/MindMap
iOS application for creating Mind Maps with clean/intuitive UI and MVC architecture.
arafaysaleem/ez_tickets_backend
A REST API backend system for the EZ Tickets app, made with NodeJS
jemshit/Android_Architecture_Notes
Clean Architecture, MVC, MVP, MVVM notes
VoliJS/Type-R
Reactive and serializable objects with transactional changes.
Gear61/ai-mentor-android
Clean, simple Android app to talk with ChatGPT. 100% free and ad-free.
ChamplainLeCode/karee
Another way to build Flutter applications for mobile, web and desktop using the powerful of MVC Design Pattern.
ycarowr/TurnBasedGameTemplate
A Unity3d MVC implementation of a turn based game.
loic-lopez/UMVC
UMVC - Model-View-Controller Generator built for Unity
Akash-goyal-github/Inventory-Management-System
⭐Inventory Management System⭐demonstrates the CRUD (Create, Read, Update and Delete) operations which is done using Tech Stack ⭐Angular, Spring Boot and Mysql. 💯 💥. On the landing page of the application displaying all the records where user can insert/create the Product, update the Product, delete the Product. 💯 💥
j-j-gajjar/Flutter_News_App_Using_GetX_MVC
Live News App Using Rest API with Searching Functionality with GetX and MVC
CodesVault/kathamo
Framework for WordPress plugin development.
SeekingMini/MoneyPlus
An open-source app which can help you record income and expense.一款开源的、帮助你记录收支的APP。
VamshiIITBHU14/CustomTabBarYouTube
This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to build feed for Home screen. All written in Latest Swift 3 syntax following MVC pattern, re-usable code methodologies, extensions etc.Converted from Swift2 (Source: https://www.letsbuildthatapp.com) to Swift3.
miniLV/MVC-Demo
变种MVC架构,抽离Service层,通过继承以及合理的架构大幅度优化重复代码~