Design an MVC Model using Python for Flask Framework Development

Mohammad Robihul Mufid,Arif Basofi,M. Udin Harun Al Rasyid,Indhi Farhandika Rochimansyah,Abdul rokhim
DOI: https://doi.org/10.1109/elecsym.2019.8901656
2019-09-01
Abstract:The Model-View-Controller (MVC) framework has become the standard in modern software development, with the model layer, display layer, and controller layer making it easier and faster. The Flask is a framework that uses Python language with easy to understand code writing. But the Flask framework still doesn’t use the MVC method, so files and codes are not regular. The purpose of this study was to design a MVC for a framework that uses the Python programming language. This system has a generator that can make MVC folder structure easily and quickly, this system is also equipped with the Bootstrap framework, and this system is open source. The results showed that the presence of MVC on the flask framework could make users easier in creating new projects and have faster fully load time.
What problem does this paper attempt to address?