Want to use Prisma in your next Node JS API but don’t know where to start? In this video I’ll be showing you how to setup Prisma as part of a Node JS API using Express written in TypeScript. We’ll be going over how to setup Prisma, create models and query the database and return the results to the client.
Codebase on GitHub - https://github.com/JasonMerrett/express-prisma-api
NodeJS API From Scratch Video - https://www.youtube.com/watch?v=1o9YOHeKhNQ
My GitHub - https://github.com/JasonMerrett
Timestamps:
00:00 Introduction
01:00 Setting Up The Project
14:50 Creating Our First Models
21:22 Creating A Seeder
28:25 Adding CRUD Functionality To The API
44:00 Creating Our First Migration
46:40 Testing Our API
50:00 Outro
☞ Getting Started with Node.js - Full Tutorial
☞ JavaScript Programming Tutorial Full Course for Beginners
☞ Learn JavaScript - Become a Zero to Hero
☞ Angular and Nodejs Integration Tutorial
☞ How To Create A Password Protected File Sharing Site With Node.js, MongoDB, and Express