next-prisma2-now icon indicating copy to clipboard operation
next-prisma2-now copied to clipboard

Next static and dynamic SSR + Prisma 2 + Postgres + Auth0 + Vercel

Next + Prisma 2 + Auth0 + Vercel

Example using Next and Prisma

  1. on index.tsx, I'm using getStaticProps to fetch posts
  2. on posts.tsx, I'm using getServerSideProps to fetch posts
  3. on api/posts.ts, that's a serverless function that create a new post using Prisma client

To be documented...