Building a CRUD App with Flask and SQLAlchemy
A CRUD app is a web app that allows you to create, read, update, and delete things. It is a very common task in web development and very useful for learning how to build web apps.
In this tutorial, you will learn how to build a CRUD application in Fl...
ezzeddin.hashnode.dev12 min read