Build a Fullstack App with Next.js, v2

Build a Fullstack App with Next.js, v2

5 hours, 46 minutes CC

A second and third version of this course released using Next 13+, but this course is great if you want to see another example fullstack project. We now recommend you take the Build an AI-Powered Fullstack Next.js App, v3 course.

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