next-prisma2-now
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
- on
index.tsx
, I'm usinggetStaticProps
to fetch posts - on
posts.tsx
, I'm usinggetServerSideProps
to fetch posts - on
api/posts.ts
, that's a serverless function that create a new post using Prisma client
To be documented...