Building a simple REST API using Nodejs, Expressjs, Prisma, and SQL - Part 01
Before we dive into coding, we will make a few decisions and lay out the API requirements.
As the title mentions, we will be using the Expressjs framework for our backend. And SQL for our database. To avoid writing direct SQL queries, we can use an O...
vic0de.hashnode.dev3 min read