https://live-chat-tan.vercel.app/
I have built a full stack real-time Chat App by using:
-Next.js,
-Next Auth for authentication,
-MongoDB for all database management,
-Pusher for Real-time messaging,
-React-Hook-Form for form validation,
-Tailwind CSS for a stunning UI design,
-Next Cloudinary for image upload and storage.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.