This repo contains the project code for the Full Next.js App Router Course
git clone <this-repo> nextcourse
cd nextcourse
npm install
- Rename the
.env.example
file to.env
and update env variables (explained in detail in the course). - I am using a free NeonDB Postgres database, but any Prisma compatible DB will work.