This series covers building a simple REST API using the Prisma ORM and Postgresql. Here, I'll explain how to use this Prisma client in our express server.
Nick Sutterer makes a great case for separating CRUD from REST, and also touches on the important interface constraints of the REST architectural style.