chatApp MERN group chat application Instructions to run the application - Run npm install in client and server directories Set up .env file in server directory and specify your JWT_SECRET_KEY Run the following command in server directory: node index.js Run the following command in client directory: npm start That's it!