QuickChat 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
  (https://github.com/Tirth29/mern-chat-app-master.git)Go to the project directory
  cd mern-chat-appInstall dependencies
  npm install  cd frontend/
  npm installStart the server
  npm run startStart the Client
  //open now terminal
  cd frontend
  npm start-Coder_bros











