Chit-chat is a Full Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
Tech Stack :
Client: React JS
Server: Node JS, Express JS
Database: Mongo DB
. Clone the project
git clone https://github.com/ayushkumarmishra/MERN-chatApp.git
cd mern-chat-app
npm install
cd frontend/
npm install
npm run start
> open now terminal
cd frontend
npm start