All Projects → restuwahyu13 → express-mvc-pattern

restuwahyu13 / express-mvc-pattern

Licence: other
Example nodejs using express implementation design pattern using mvc architecture.

Programming Languages

typescript
32286 projects
EJS
674 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to express-mvc-pattern

Java design patterns
Java 实现的面向对象设计模式示例, 创建者、抽象工厂、工厂方法、原型、单例、适配器、桥接、组合、装饰器、备忘录、观察者、状态、策略、模板方法、访问者
Stars: ✭ 547 (+951.92%)
Mutual labels:  oop, design-patterns
Low Level Design Primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
Stars: ✭ 2,706 (+5103.85%)
Mutual labels:  oop, design-patterns
Designpatterns
DesignPatterns samples by csharp on dotnetcore 《大话设计模式》 中设计模式总结/C#(.NETCore)代码
Stars: ✭ 73 (+40.38%)
Mutual labels:  oop, design-patterns
Design Patterns
Contains examples of design patterns that implemented in php
Stars: ✭ 375 (+621.15%)
Mutual labels:  oop, design-patterns
Java-Programs
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
Stars: ✭ 51 (-1.92%)
Mutual labels:  oop, design-patterns
Designpatternsphp
sample code for several design patterns in PHP 8
Stars: ✭ 20,158 (+38665.38%)
Mutual labels:  oop, design-patterns
Softuni
SoftUni Courses
Stars: ✭ 98 (+88.46%)
Mutual labels:  oop, expressjs
Front-End-Design-Patterns
Design Patterns
Stars: ✭ 25 (-51.92%)
Mutual labels:  oop, design-patterns
Design-Patterns
Project for learning and discuss about design patterns
Stars: ✭ 16 (-69.23%)
Mutual labels:  oop, design-patterns
awesome-software-architecture
A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
Stars: ✭ 1,594 (+2965.38%)
Mutual labels:  oop, design-patterns
design-patterns-java
📗 Classic OOP Design Patterns from GoF, implemented in Java.
Stars: ✭ 25 (-51.92%)
Mutual labels:  oop, design-patterns
haykal
A Typescript MVC Framework
Stars: ✭ 24 (-53.85%)
Mutual labels:  mvc-architecture, typescript-boilerplate
design-patterns
Simple examples of Design Patterns with PHP Examples
Stars: ✭ 75 (+44.23%)
Mutual labels:  oop, design-patterns
Designpatternslibrary
A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.
Stars: ✭ 485 (+832.69%)
Mutual labels:  oop, design-patterns
estore
Electronic Store Application - A web based application developed using PHP and Driven by MySQL Database
Stars: ✭ 48 (-7.69%)
Mutual labels:  oop, design-patterns
Design Patterns Php
Most simplest design pattern implementation in PHP, including all 23 GoF patterns plus some other patterns
Stars: ✭ 85 (+63.46%)
Mutual labels:  oop, design-patterns
TestableDesignExample
Sample App to learn a testable design (Smalltalk flavored MVC)
Stars: ✭ 80 (+53.85%)
Mutual labels:  design-patterns, mvc-architecture
express-typescript-mongoose-starter
A starter for Node JS, Express, Typescript, Mongoose application
Stars: ✭ 22 (-57.69%)
Mutual labels:  expressjs, typescript-boilerplate
Learning Oop In Php
A collection of resources to learn object-oriented programming and related concepts for PHP developers.
Stars: ✭ 2,359 (+4436.54%)
Mutual labels:  oop, design-patterns
design-patterns-cookbook
Design Patterns in simple words with examples on PHP
Stars: ✭ 26 (-50%)
Mutual labels:  oop, design-patterns

Express Model View Controller Pattern (MVC)

The following is a folder pattern for express mvc starterkit structure pattern that I usually use, so if you are interested in the pattern I made, you can use it if you think it's good, and if you need integration with database please check this express-refactor-starterkit and more information about this arhitecture pattern, and this pattern fall into category list awesome mvc arhitecture pattern from githublab.com 6th rank best match category.

What Are The Benefits ?

  • Easy to maintance
  • Easy to scalable
  • Readable code
  • Suitable for large projects or small projects
  • Easy to understand for junior or senior
  • Live reload for development
  • And more
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].