This is a real-time chat application built using the MERN stack (MongoDB, Express.js, React, Node.js).
- Real-time messaging π
- User authentication π
- Private and group chats π₯
- Responsive design π±
- Clone the repository:
git clone https://github.com/your-username/chat-app-mern.git
- Navigate to the project directory:
cd chat-app-mern
- Install server dependencies:
cd server npm install
- Install client dependencies:
cd ../client npm install
- Start the server:
cd backend npm run server
- Start the client:
cd frontend npm run dev
- Open your browser and navigate to
http://localhost:3000
π
Contributions are welcome! Please fork the repository and submit a pull request.