ChatGPT clone app built with Next.js app router.
pnpm i
// setup postgres dokcer container
make up
pnpm dev
And open http://localhost:3000
- FW: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- ORM: Prisma
- Authentication: Auth.js
- Hosting: Vercel
- DB: PostgreSQL(docker / supabase)