How to build a CRUD API using Python Flask and SQLAlchemy ORM with PostgreSQL
In this tutorial, you will learn how to build a simple CRUD API using Flask, SQLAlchemy, and PostgreSQL.
Introduction
CRUD refers to the four basic operations that a software application must be able to perform: Create, Read, Update, and Delete.
π ...
yahiaqous.hashnode.dev15 min read