Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The complete guide to building a full-stack app with Next.js
Rating: 4.7 out of 5(299 ratings)
2,629 students

The complete guide to building a full-stack app with Next.js

How to build a complete full-stack real-world app using NextJS, Prisma ORM, TailwindCSS, NextUI and NextAuth
Created byNeil Cummings
Last updated 2/2025
English

What you'll learn

  • Set up and configure authentication in a NextJS app using NextAuth v5
  • Use Prisma ORM in a NextJS app to query and update a database
  • Use NextUI components to build a good looking User Interface
  • Use TailwindCSS to style elements in a NextJS application
  • Fetching data with NextJS server actions and the app router
  • Learn to build a real-world complete full-stack application using NextJS!

Course content

14 sections199 lectures28h 28m total length
  • Introduction to the course7:33

    Build a full-stack dating app with Next.js, React, TypeScript, and Tailwind CSS. Implement authentication features, email verification with resend, real-time presence, Cloudinary image uploads, and admin role-based moderation.

  • Setting up the developer environment4:46
  • Course assets and source code2:10

    Access course assets via the resources button to download the assets zip, and clone or download the GitHub repo to review commits and view code from each section.

  • Getting help2:59

    Learn practical strategies to troubleshoot Next.js apps: stay calm, solve problems independently, use Google and ai tools, verify versions, restart correctly, and seek detailed help via q&a when needed.

  • Where to start - 2 Options1:51

    Choose your start point: if you know React and its hooks, proceed to section two on Next.js; otherwise begin with appendix A, introducing React and a simple CRUD app.

Requirements

  • Some familiarity with HTML, CSS and JavaScript is required

Description

*** Now updated to use NextJS 15***


Dive into the world of full-stack development with this comprehensive course designed with beginners in mind.   This course covers everything from the fundamentals of Next.js to deploying a full-scale application.  Whether you are new to programming or looking to expand your existing skills, this course will guide you through every step of building a robust, database driven application.

Here are some of the things that are covered in this course

  • Creating a Next.js app

  • Querying a database using Prisma ORM

  • Securely authenticating users using NextAuth (v5)

  • Creating a Messaging/Chat feature

  • Realtime communication using Pusher.

  • Email verification / Forgot password functionality

  • Designing the User interface using NextUI

  • Styling components with TailwindCSS

  • Utilising server actions to fetch and update the data in Next.js

  • Image uploading

  • Publishing the app to the internet with Vercel

Key features of this course

Comprehensive curriculum:  27 hours of high quality video tutorials, challenges and practical content.

Project based learning:  Build a major project to showcase your new skills

Pre-Requisites

Basic knowledge of JavaScript, HTML and CSS is recommended.

Tools you need for this course

In this course all the lessons are demonstrated using Visual Studio Code, a free (and fantastic) cross platform code editor.   You can of course use any code editor you like and any Operating system you like... as long as it's Windows, Linux or Mac. 

Is this course for you?

This course is very practical, about 90%+ of the lessons will involve you coding along with me on this project.  If you are the type of person who gets the most out of learning by doing, then this course is definitely for you.  

On this course we will build an example Dating Application.  All you will need to get started is a computer with your favourite operating system, and a passion for learning how to build a full featured full-stack app based on Next.js. 

Who this course is for:

  • Beginner developers who wish to learn how to buld an app using NextJS