this is an application based on google meets, where a maximum of 4 users can have a video conference meeting
to run this application, clone this project, then first run the server project :
cd server
npm start
After running the node server, run the chat-nexus react application :
cd chat-nexus
npm start