From the course: Next.js 14 from Scratch: Build a Real-World Project Using Next.js 14 and MongoDB
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
PropertyPulse project demo - Next.js Tutorial
From the course: Next.js 14 from Scratch: Build a Real-World Project Using Next.js 14 and MongoDB
PropertyPulse project demo
All right, guys. So I just want to give you a demo of the project that we'll be creating. So there will be some asides in the course where we do stuff that isn't necessarily going to be in the final code for the project, just to teach you. But in the end, we're going to end up with this property rental website called PropertyPulse, where you can list rental properties or search rental properties. And we'll be using NextAuth for authentication along with the Google provider. So you can authenticate with your Google account. And when you do, the user will get put in our database. The name, the e-mail, the Google image that you use, that stuff will get saved in our database in MongoDB. And we'll be creating a bunch of API routes to do our back end stuff. So to add a new property, to fetch the properties, to fetch the messages, to bookmark properties, all kinds of stuff. So I just want to go through and show you some of the functionality. So we have this search here, which we'll be…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.