prisma-server-actions icon indicating copy to clipboard operation
prisma-server-actions copied to clipboard

Demo app showing how you can use Prisma in Next.js Server Actions

Prisma Server Actions

Simple demo app I made for my Prisma Serverless Webinar on July 27, 2023 that shows how you can use Prisma with Next.js Server Actions.

https://github.com/steven-tey/prisma-server-actions/assets/28986134/ce66df21-d43c-4550-a5cd-4572eab44a53

One-click Deploy

You can deploy this template to Vercel with the button below:

Deploy with Vercel

You can also clone & create this repo locally with the following command:

npx create-next-app prisma-server-actions --example "https://github.com/steven-tey/prisma-server-actions"