Skip to content

mmrakt/chat-gpt-clone

Repository files navigation

ChatGPT clone app built with Next.js app router.

Getting Started

pnpm i

// setup postgres dokcer container
make up

pnpm dev

And open http://localhost:3000

Tech stack

  • FW: Next.js
  • Language: TypeScript
  • Styling: Tailwind CSS
  • ORM: Prisma
  • Authentication: Auth.js
  • Hosting: Vercel
  • DB: PostgreSQL(docker / supabase)