Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 1.31 KB

README.md

File metadata and controls

76 lines (47 loc) · 1.31 KB

LetsChat

LetsChat is a Full Stack Chatting App. It stores user details in encrypted format in Mongo DB Database.

Tech Stack

Client: React JS

Server: Node JS, Express JS

Database: Mongo DB

How to run the project locally

Clone the project

  git clone https://github.com/akshay2742/chat-app-mern.git

Go to the project directory

  cd chat-app-mern

Install dependencies

  npm install
  cd frontend/
  npm install

Start the server in the root folder

  npm start

Start the Client

  //open now terminal
  cd frontend
  npm start

Features

Authenticaton

One to One chat

Search Users

Create Group Chats

View Other user Profile