How to build a CRUD API using Python Flask and SQLAlchemy ORM with PostgreSQL
Feb 27, 2023 · 15 min read · 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. 📝 ...
Join discussion