Welcome to the MERN Chat App! This application is a simple real-time chat application built using the MERN stack (MongoDB, Express.js, React, and Node.js). It allows users to join different chat rooms and engage in real-time conversations with other users.
Make sure you have the following software installed on your machine:
- Node.js
- npm (Node Package Manager)
- MongoDB
-
Clone the repository:
git clone https://github.com/your-username/mern-chat-app.git
-
Navigate to the project directory:
cd Chat-app
-
Install server dependencies:
npm install
-
Install frontend dependencies:
cd frontend npm install
-
Change the .envExample with .env by replacing your credential
npm start