This example shows how you can build forms with Next.js and Server Actions and shows how to use next-auth and prisma.
- nextjs app SSR
- tailwind
- next-auth
- prisma
- postgres
- react useFormState
- Server Actions
npm install
copy .env.example -> .env
confige environment variables
npm run dev
Deploy it to the cloud with Vercel (Documentation).