# nextjs-dashboard-learn **Repository Path**: solution-wzj/nextjs-dashboard-learn ## Basic Information - **Project Name**: nextjs-dashboard-learn - **Description**: This is the full version of the Next.js App Router Course code. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-17 - **Last Updated**: 2025-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚀 Next.js App Router Course - Full Version This is the full version of the Next.js App Router Course code, including: - 📊 Complete dashboard application with full CRUD functionality - 💾 Integration with PostgreSQL database - 🔐 Authentication system ## Features ### Docker Support 🐳 Add Dockerfile and docker-compose.yml for easy deployment: ``` # Start the application $ docker-compose up -d ``` ### Database Connection 🧠 Using `pg` package to connect to PostgreSQL database, which fixes connection issues found in the original `postgres` package. For more information, see the [course curriculum](https://nextjs.org/learn/dashboard-app) on the Next.js Website. 📘