Building a simple REST API using Nodejs, Expressjs, Prisma, and SQL - Part 03
In the last two articles, we dealt with setting up a MySQL database on PlanetScale and creating an Express API to do CRUD operations on the User table in our database. Now we will add TypeScript to our project.
Let's begin by installing the following...
vic0de.hashnode.dev4 min read