In this video, I cover Prisma ORM with MySQL as a database and show how to create an API using Express.js to feed data into the database. The video walks through setting up Express.js, configuring Prisma, creating models, setting up the database, creating the API, and handling migrations. I also demonstrate how to fetch data using client.user.findMany(). If you have any questions, feel free to comment or reach out on Instagram.
00:00 Getting started
00:02:00 Setting up the Express js
00:11:17 Pisma Setting up
00:15:01 Creating the models
00:20:50 Setting up the database
00:22:58 Api creation
00:39:34 Migrations in prisma
00:47:16 Creating api for the migrations
Похожие видео: Getting started with Prisma ORM with mysql database using express js