Hirenachhaada / Mern-Chat-Application

1 stars 11 forks source link

Mern-Chat-Application

Introduction

This is a chat application built using the MERN stack. It allows users to communicate with each other in real-time.

Installation

To get the app into your local environment, follow these steps:

  1. Clone the project.
  2. Navigate to the Mern-Chat-Application directory.
  3. Run the command npm i.
  4. Navigate to the frontend directory.
  5. Run the command npm i.

Usage

To start the project, follow these steps:

  1. Navigate to the frontend directory.
  2. Run the command npm start.
  3. Navigate to the backend directory.
  4. Run the command node server.js or nodemon server.js.
  5. Don't forget to add your MongoDB URI in the .env file in the backend directory.

Now you can use the chat application in your local environment.

Features

The following features are present in this chat application:

Contribution Guideline