
Join the Conversation!
Subscribing gives you access to the comments so you can share your ideas, ask questions, and connect with others.
"Please login to view comments"
Subscribing gives you access to the comments so you can share your ideas, ask questions, and connect with others.
So now you've nailed all the theory and the concepts. You understand:
We're going to integrate Prisma and a Database into a project. Provided below is a link to a Github Repository that contains a starter project. This is a Next.js project with all of our frontend already set up. We're going to integrate Prisma into this project and create a database with it.
By the end of this project, you will have a fully functional Next.js project with a database that you can use to store and retrieve data.
The purpose of this project is to give you a hands-on experience with Prisma and databases. You'll be able to see how to integrate a database into a project and how to use it to store and retrieve data. This will function as a solid foundation for you to build on and experiment and learn more advanced topics covered in the course.
You'll just need this repo and your VSCode to get started. Let's get started! Clone the repo and take a look at the code. We'll start with setting up our database in the next lesson.