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. 📝 ...
Feb 27, 202315 min read165
