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
Introduction to DatabasesMeta via Coursera MongoDB for Node.js Developers
MongoDB University Full Stack Foundations
Udacity Ruby on Rails Web Services and Integration with MongoDB
Johns Hopkins University via Coursera MongoDB Basics
MongoDB University