Build a Fullstack App with Next.js, v2

Build a Fullstack App with Next.js, v2

5 hours, 46 minutes CC

Create a full-stack Project Management app from scratch in Next.js. See how all the pieces of Next.js/React fit together: client components, server components, file-based routing, dynamic routing, middleware, and layouts. Along with Prisma and PostgreSQL for the database, TypeScript, to deploy your app to the world!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: February 1, 2023
Get Unlimited Access Now
Table of Contents

Introduction

Database & Routes

UI Components

Authentication

Dashboard Page

Project Page

Deployment

Wrapping Up