This is a Next.js Real Time Chat Project.
git clone https://github.com/utk145/My-Realtime-Chat.git
cd My-Realtime-Chat
npm i
Load all the environment variables
npm run dev
Open http://localhost:3000 with your browser to see the result.
Initial installations
npm i @auth/prisma-adapter @prisma/client next-auth pusher pusher-js
npm i -D prisma
npx prisma init
- Nextjs-13
- Typescript
- Tailwind Css
- Pusher
- Supabase
- Prisma
- NextAuth
- Deployed on Vercel
Check out the post here.