8000 GitHub - Shashank-77/chatApp: MERN real time Messaging application.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Shashank-77/chatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author - Shashank Ravishankar

chatApp is a real time Messaging application.

Backend using NodeJS, Expressjs

Frontend using React

Database - MongoDB

The application uses the Socket.IO library in order to facilitate real time chat.

Features

  1. Users can register and create their own profiles.
  2. Users can view profiles of other users as well as follow/unfollow them.
  3. On following a User you will be able to see the activity of that user(online/offline status).
  4. On following a user a new Conversation is opened between the two users where they will be able to communicate in real time.

Usage

  1. run npm install to install all the dependencies from the main folder and also inside the client folder.
  2. Start the Server with npm start command.
  3. Start the Client by going into the client folder and using the npm start command.
  4. After starting, open the http://localhost:3000/ URL in your browser where you can find the application.

About

MERN real time Messaging application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0