This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.
For more information, see the course curriculum on the Next.js Website.
You should be able to log in and out of your application using the following credentials:
Email: user@nextmail.com Password: 123456
This project is the starter code for the
Next.js App Router Course.
It includes the initial setup for a dashboard application built with the App Router, Server Components, Server Actions, and modern Next.js best practices.
For full documentation and course materials, visit the Next.js App Router Course
- Next.js with App Router
- Server Components
- Server Actions
- Authentication using
next-auth(Credentials Provider) - PostgreSQL database connection
- Fully typed with TypeScript
You can log in to the demo dashboard using:
- Email:
user@nextmail.com - Password:
123456
Install dependencies:
npm install
npm run dev
Visit the app at: http://localhost:3000
You can also check out the live demo here:
(https://nextjs-dashboard-sage-beta-18.vercel.app/)