Skip to content

learning-tutorials-al/nextjs-dashboard

Repository files navigation

Next.js App Router Course - Starter

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

Next.js App Router Course – Starter Template

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

Features

  • Next.js with App Router
  • Server Components
  • Server Actions
  • Authentication using next-auth (Credentials Provider)
  • PostgreSQL database connection
  • Fully typed with TypeScript

Login Credentials

You can log in to the demo dashboard using:

  • Email: user@nextmail.com
  • Password: 123456

Getting Started

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/)

Releases

No releases published

Packages

No packages published

Languages