rivondaverivondave.hashnode.dev·Feb 26, 2023Build a CRUD API with python using flask and MySQLCRUD stands for create, read, update, and delete. These functions are the four pillars of a complete CRUD API (and full-stack application, for that matter). 1. PREREQUISITES Basic knowledge of python(flask) Knowledge of HTML, and CSS. Already hav...23 likes·4.2K readscrud api