Completed
Define Data Models in the Prisma Schema
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Nest.js REST API with Prisma ORM and Neon Postgres
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Starter Code
- 4 Neon & Prisma
- 5 Set up your Neon database
- 6 Set up Prisma
- 7 Prisma VS Code Extension
- 8 Define Data Models in the Prisma Schema
- 9 Run a Prisma Migration
- 10 How to Migrate Data Model changes
- 11 Database Module
- 12 Not Using the Global Decorator
- 13 Database Service
- 14 Create the Employee REST API Resource
- 15 Employees Module
- 16 Employees Controller
- 17 Employee Service
- 18 Testing the REST API Endpoints