Microservice using Python, Flask and SQLite Database
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.