Chat refers to the process of communicating, interacting and/or exchanging messages over the Internet. It involves two or more individuals that communicate through a chat-enabled service or software.
- Click Here to view the deployed website.
Chat Application is a Full Stack Chatting App. 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
Database: Mongo DB
Clone the project
git clone https://github.com/Nandudumare/MERN-CHAT-APP.gitGo to the project directory
cd MERN-CHAT-APPInstall dependencies
cd client/
npm install cd server/
npm installStart the server
cd server/
npm run devStart the Client
cd client/
npm start







