Ian-Balijawa / express-mvc-pattern

Example nodejs using express implementation design pattern using mvc architecture.

Home Page:https://express-mvc-pattern.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example nodejs using express implementation design pattern using mvc architecture.

https://express-mvc-pattern.herokuapp.com


Languages

Language:TypeScript 50.5%Language:EJS 31.2%Language:JavaScript 10.8%Language:CSS 7.6%