This is the final template for the Next.js App Router Course. It contains the final code for the dashboard application.
Built with:
Next.js: A React framework for building server-side rendered and statically generated web applications.
Tailwind CSS: A utility-first CSS framework for quickly building custom designs.
PostgreSQL: A powerful, open-source relational database system.
bcrypt: A library for hashing passwords securely.
NextAuth.js: An authentication library for Next.js applications.
React: A JavaScript library for building user interfaces.
TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
zod: A TypeScript-first schema declaration and validation library.