Completed the Next.js App Router Course on 23/9/2025! This course contained many NextJS fundamentals such as static and dynamic rendering, pagination, accessibility etc.
This repository contains the completed code for the resulting dashboard application.
To enter the dashboard, do click here. (Unfortunately, if the link is no longer up, I may be working on something else on Vercel!)
The dummy variables to log into the system are: user@nextmail.com, 123456.
Otherwise, to run this locally, do run 'pnpm i' and 'pnpm dev'.
Environment variables are needed for the postgres database (see .env.example). The database can be seeded by navigating to 'localhost:3000/seed'.
For more information, see the course curriculum on the Next.js Website.