This is a Next.js starter kit that uses Next-Auth for simple email + password login
Prisma as the ORM, and a Vercel Postgres database to persist the data.
Clone the repo
npm i
# or
yarn installFirst, run the prisma setup, then the server. Yarn does it automatically, npn not
npm run prisma:generate
npm run dev
# or
yarn dev
# if not working run a primsa:generate command beforeOpen http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!