SheikhFarid99 / Create-Real-Time-Chat-Application

Real time chat application like facebook messenger
14 stars 8 forks source link
express jwt mongodb nodejs react redux sass socket

Real time chat application like facebook messenger

Application feature

Following tools are used to develop the application

Frontend Tools

Backend install

Run this command in root folder

 npm install --legacy-peer-deps

Frontend install

Run this command in frontend folder

npm install --legacy-peer-deps
npm audit fix --force

Socket install

Run this command in root folder

npm run socket-install

Run project

Run this command in root folder

npm run dev

if application doesn't run

1. again run this command in frontend folder

  npm audit fix --force

Again Run project

Run this command in root folder

npm run dev

How to make this application visit Learn with Project