Client: React JS
Server: Node JS, Express JS
Database: Mongo DB
Clone the project
Go to the project directory
cd '.\Chat App'
Install dependencies
npm install
cd frontend/
npm install
Start the server
npm run start
Start the Client
//open now terminal
cd frontend
npm start