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.

使用 Vercel 部署

具体部署步骤可以参考:使用 Vercel 快速部署前端项目

本项目部署地址:nextjs-dashboard

使用 PostgreSQL 数据库

安装 Vercel Postgres SDK(Software Development Kit 软件开发工具包),@vercel/postgres 提供了与 Postgres 数据库交互的有效方法

npm i @vercel/postgres