MVC Application using Python, Flask and Jinja Template
In this article, I will develop a Model-View-Controller (MVC) application using Python Language with Flask Framework and Jinja Template.
In this article, I will develop a Model-View-Controller (MVC) application using Python Language with Flask Framework and Jinja Template.
In this article, I will develop a Microservice Application using Python Language with Flask Framework and SQLite Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.
Flask Framework will serve as back-end server and I will be using Relational Database known as SQLite Database, for persisting(storing) the data.