ChitChat is a A Complete one to one and group Real-Time chatting application. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
Client: React JS
Server: Node JS, Express JS, Socket.io
Database: Mongo DB
Clone the project
git clone https://github.com/amritmaurya1504/Chit_Chat.git
Go to the project directory
cd Chit_Chat
Install dependencies
npm install
cd frontend/
npm install
Start the server
npm start
Start the Client
//open now terminal
cd frontend
npm start
Authentication
Real Time Chatting with Typing indicators
One to One chat
Search Users
Create Group Chats
Notifications