Software Project Model For: Library Management System
Software Project Model For: Library Management System
MODEL
(DOCUMENT)
for
We will use MVC architecture. As, it helps us create applications that separate the
different aspects of the application (input logic, business logic, and UI logic), while
providing a loose coupling between these elements. With MVC architecture, we can
over how our application appears to the world by choosing the application routes.
MVC Model: