Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restuwahyu13/express-mvc-pattern
Example nodejs using express implementation design pattern using mvc architecture.
https://github.com/restuwahyu13/express-mvc-pattern
design-patterns express express-mvc-structure expressjs mvc-architecture node nodejs oop typescript typescript-boilerplate
Last synced: 4 days ago
JSON representation
Example nodejs using express implementation design pattern using mvc architecture.
- Host: GitHub
- URL: https://github.com/restuwahyu13/express-mvc-pattern
- Owner: restuwahyu13
- Created: 2020-02-17T09:53:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T12:20:03.000Z (about 2 years ago)
- Last Synced: 2024-11-08T05:39:01.275Z (5 days ago)
- Topics: design-patterns, express, express-mvc-structure, expressjs, mvc-architecture, node, nodejs, oop, typescript, typescript-boilerplate
- Language: TypeScript
- Homepage: https://express-mvc-pattern.herokuapp.com
- Size: 636 KB
- Stars: 92
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-indonesian - Express Model View Controller Pattern (MVC) - `example nodejs framework using express implementation design pattern using mvc architecture` *by [Restu Wahyu Saputra](https://github.com/restuwahyu13)* (E)
- made-in-indonesia - Express Model View Controller Pattern (MVC) - `example nodejs framework using express implementation design pattern using mvc architecture` *by [Restu Wahyu Saputra](https://github.com/restuwahyu13)* (E)
README
# 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](https://github.com/restuwahyu13/express-refactor-starterkit) and more information about this arhitecture pattern, and this pattern fall into category list awesome mvc arhitecture pattern from [githublab.com](https://githublab.com/repositories?q=mvc-pattern&sortBy=best_match) 6th rank best match category.
## What Are The Benefits ?
- [x] Easy to maintance
- [x] Easy to scalable
- [x] Readable code
- [x] Suitable for large projects or small projects
- [x] Easy to understand for junior or senior
- [x] Live reload for development
- [x] And more