Understanding MVC architecture and Router concepts using Express.JS
Model View Controller
Model View Controller is a software design pattern commonly used for developing UI.
It tells us how to organzie various different pieces of code based on their functionalities.
Model -> View -> USER -> Controller
These controlle...
siddhantsiddh15.hashnode.dev5 min read