Hello,
I did try searching for this topic to see if anyone else has requested it or knows of a guide that covers this, but I’m looking to see if the guide located here: How to Build a Fullstack App with Next.js, Prisma, and Vercel Postgres has a version that uses App Router instead of the Pages Router.
I suppose I could figure it out on my own by references the App/Pages router differences while working through the guide, but curious if that has already been done to save me the effort from trying to work two guides at the same time.
The linked guide is otherwise almost perfect for what I’m wanting to do, Next.js, Prisma, Vercel Postgres, Nextauth, Typescript, and Vercel deployment…just need App Router instead of the API Routes.