Skip to content

Example nodejs using express implementation design pattern using mvc architecture.

Notifications You must be signed in to change notification settings

restuwahyu13/express-mvc-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
Jul 16, 2022
Aug 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 17, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022

Repository files navigation

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