This activity guides you through building a simple CRUD API using Prisma and Express. It requires a basic understanding of relational database schemas, how to translate them into the equivalent Prisma schemas, and how to perform CRUD operations with Prisma Client.
The solution branch contains documented solution code. The commit history of that branch follows the instructions below.
If you're done early, or want to see how this code might be improved, checkout possible extensions.