Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

egghead.io

Build a full-stack app with Prisma

via egghead.io

Overview

(This collection is still WIP)
Databases are essential for any full-stack applications, but working with them is traditionally very difficult. Prisma is here to change that. It's a powerful database toolkit that helps us think in data itself - not SQL, not classes, just the data we care about in our apps.
In this series, we will learn how to leverage the power of Prisma to automatically generate a type-safe, autocomplete-ready, and efficient query builder, all based on a simple and easy-to-read schema. We will integrate all this good stuff into a Next.js project to complete a simple social network app.
In the end, you will be able to understand how Prisma works, and confidently start using Prisma in your own project.

Syllabus

  • Set up and run a PostgreSQL instance locally with Docker Compose
  • Install and Set up Prisma for a New Project
  • Create an entry in the database with Prisma Client
  • Perform basic database queries (CRUD) with Prisma Client
  • Work with Models and Relations with Prisma Schema

Taught by

Xiaoru Li

Reviews

4.3 rating at egghead.io based on 34 ratings

Start your review of Build a full-stack app with Prisma

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.