MWMd Wahidinmd-wahid.hashnode.dev·Sep 25, 2021 · 2 min readIntroduction to MVCWhat is MVC? MVC stands for Model View Controller. It is one of the most frequently used Software Architectural Design Pattern. There are 3 main components - 1. Model is responsible for the data logic or represents a table of any database. It is a l...00