🚀 Welcome to the Next.js Realtime Chat Application! This project is designed to provide a seamless and realtime chat experience using modern web technologies.
- NextAuth.js: Authentication made easy with Google and Facebook login options.
- Next.js App Router: Smooth navigation within the application.
- Pusher: Realtime communication for a hassle-free chat experience.
- Redis Database: Efficient data management and storage for the chat application.
Make sure you have Node.js installed.
-
Clone the repository:
git clone https://github.com/inishantjain/chat-app-nextjs cd chat-app-nextjs
-
Setup a .env.local file in the root of your project using .env.example file.