This is a Full Stack Realtime Chat App which enables you to chat one to one or to chat in groups.
Client: React JS
Server: Node JS, Express JS
Database: Mongo DB
Realtime Messaging: Socket.io
Clone the project
git clone https://github.com/NikunjGarg2000/realtime-chat-app.git
Go to the project directory
Install dependencies
cd backend/
npm install
In a new terminal
cd frontend/
npm install
Start the server
npm run start
Start the Client
//open new terminal
cd frontend
npm start