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.git
Go to the project directory
cd chat-app-mern
Install dependencies
npm install
cd frontend/
npm install
Start the server in the root folder
npm start
Start the Client
//open now terminal
cd frontend
npm start