Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 581 Bytes

ToDoList Project

This example shows how you can build forms with Next.js and Server Actions and shows how to use next-auth and prisma.

Technology Stack

  • nextjs app SSR
  • tailwind
  • next-auth
  • prisma
  • postgres
  • react useFormState
  • Server Actions

How to use

npm install

develpment

copy .env.example -> .env

confige environment variables

npm run dev

Deploy it to the cloud with Vercel (Documentation).