laiboonh / nextjs-blog

Home Page:https://nextjs-blog-laiboonh.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a starter template for Learn Next.js.

How To

  • Generate NEXTAUTH_SECRET openssl rand -base64 32
  • Do DB migration npx prisma migrate dev --name foo

DevOps Stuff

  • Deplyoment to vercel calls npm run vercel-build which does
    • Prisma client generation
    • Applying Prisma migration script.
    • Build nextjs production app package
  • We make use of supabase postgres connection pooling. Hence the production secret for DATABASE_URL is [DATABASE_URL]?pgbouncer=true

About

https://nextjs-blog-laiboonh.vercel.app


Languages

Language:TypeScript 61.0%Language:CSS 23.0%Language:JavaScript 15.9%