Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 451 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 451 Bytes

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)