Build a full-stack app with Prisma
Offered By: egghead.io
Course Description
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.
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
Related Courses
NestJs Course for Beginners - Create a REST APIfreeCodeCamp Full Stack Web Development in the Cloud Course - Svelte, Postgres, Vercel, Gitpod
freeCodeCamp Azure SQL - October 2021 New Updates and Features
Microsoft via YouTube Remix Crash Course - Full Stack React
Traversy Media via YouTube API Reading and Updating - Sending Dynamic Route Parameters from Remix to Prisma
Linode via YouTube