LetsChat is a Full Stack Chatting App. It 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/akshay2742/chat-app-mern.gitGo to the project directory
cd chat-app-mernInstall dependencies
npm install cd frontend/
npm installStart the server in the root folder
npm startStart the Client
//open now terminal
cd frontend
npm start