Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Chit-Chat

Chit-Chat is a Full Stack Chatting App. Used Socket.io for real time communication and stores user details in encrypted format in MongoDB Database.

Features

  • User registration and login
  • User authentication measures storing passwords in encrypted form
  • Discover and initiate personal as well as group chats
  • Add and remove users from a group chat
  • Fully responsive

Technologies Used

  • Backend : Node.js, Express.js, Socket.io
  • Frontend : React.js, CSS
  • Database: MongoDB

Installation

Clone the GitHub Repository

  https://github.com/harshchoudhary21/ChitChat.git

Go to the project directory

  cd Chat-App

Install dependencies

  npm install
  cd frontend
  npm install

Setup .env file

  PORT=
  MONGO_URI=
  JWT_SECRET=

Start the server

  npm start

Start the Client

  cd frontend
  npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages