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.git
Go to the project directory
cd MERN-CHAT-APP
Install dependencies
cd client/
npm install
cd server/
npm install
Start the server
cd server/
npm run dev
Start the Client
cd client/
npm start