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
Diseñando páginas web con Bootstrap 4Universidad Austral via Coursera Cloud Developer
Udacity Containerize a full-stack NodeJS application in Docker
Coursera Project Network via Coursera Create RESTful APIs for Spotify using Postman
Coursera Project Network via Coursera Build a Full-Stack Server for API Requests - NodeJS and Pug
Coursera Project Network via Coursera