Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 495 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 495 Bytes

Next.js + Hono + Prisma - Mongo + BetterAuth

Tech stack

  • Next.js 15
  • Hono
  • Prisma
  • Mongo
  • BetterAuth

Features

  • Private route with middleware
  • SWR
  • Hono RPC

Setup

bun install

cp .env.template .env

Prisma

bun prisma generate

Run

bun dev

this repo is based on the next-saas-starter and nextjs-better-auth-SaaS-stater