Initialize Prisma in a TypeScript Node Project

InstructorRyan Chenkie

Share this video with your friends

Send Tweet

The Prisma CLI comes with commands to initialize Prisma in a project, run migrations, generate Prisma Client and more. In this lesson, we install the relevant dependencies and initialize Prisma in a TypeScript Node project.