Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 850 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 850 Bytes

MERN Chat App

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.

Requirements

Make sure you have the following software installed on your machine:

  • Node.js
  • npm (Node Package Manager)
  • MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/mern-chat-app.git
  2. Navigate to the project directory:

    cd Chat-app
    
  3. Install server dependencies:

    npm install
    
  4. Install frontend dependencies:

    cd frontend
    npm install
  5. Change the .envExample with .env by replacing your credential

usage

    npm start