Integrate with the database
Add a few todo items, restart your server and it's all gone. Well, we're going to fix exactly that in this lesson.
It is time to integrate with a database. This is where Prisma comes into play to simplify what used to be a complex challenge. No need to study all of Prisma's docs. You will learn everything there is to know to make this API <> database integration work.