Skip to content

deathmukh/talk-a-tive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talk-a-tive is a Full Stack Chatting App. It utilizes Socket.io for real-time communication and stores user details in encrypted format in a MongoDB Database.

Tech Stack

  • Client: React JS
  • Server: Node JS, Express JS
  • Database: MongoDB

Run Locally

  1. Clone the project

    git clone https://github.com/deathmukh/talk-a-tive
  2. Go to the project directory

    cd mern-chat-app
  3. Install dependencies

    npm install
    cd frontend/
    npm install
  4. Start the server

    npm run start
  5. Start the Client

    # open another terminal window
    cd frontend
    npm start

Features

  • Authentication

image image

  • Real-Time Chatting with Typing Indicators image

  • One-to-One Chat image

  • Search Users image

  • Create Group Chats image

  • Notifications image

  • Add or Remove Users from Group image

  • View Other User Profiles image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published