Loading repository data…
Loading repository data…
sagar2535 / repository
This chat web app are using is a modern and efficient platform built with Next.js, React.js, Tailwind CSS, and MongoDB. It offers a seamless chatting experience with responsive user interfaces and real-time communication capabilities.
This is a repository for a Real-Time Messenger Clone: Next.js 13, React, Tailwind, Prisma, MongoDB, NextAuth, Pusher.
Master the art of building a real-time Messenger clone using the latest web development technologies.
Key Features:
Node version 14.x
git clone https://github.com/sagar2535/chat-app.git
npm i
DATABASE_URL=
NEXTAUTH_SECRET=
NEXT_PUBLIC_PUSHER_APP_KEY=
PUSHER_APP_ID=
PUSHER_SECRET=
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
GITHUB_ID=
GITHUB_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
npx prisma db push
npm run dev
Running commands with npm npm run [command]
| command | description |
|---|---|
dev | Starts a development instance of the app |