Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 872 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 872 Bytes

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