Skip to content

SheikhFarid99/Create-Real-Time-Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real time chat application like facebook messenger

Application feature

  • Real time Text Messaging
  • Real time image Messaging
  • Real time emoji Messaging
  • Real time message seen, unseen system
  • Real time message received and sending sound
  • Real time received message notification system
  • User search system
  • User login and register system
  • Application dark and light mode system

CHOOSE!

Following tools are used to develop the application

Frontend Tools

  • React Js
  • Redux
  • socket.io-client
  • Sass

Backend Tools

  • Programming languages : JavaScript
  • Node Js
  • Frameworks : Express Js
  • Databases : MongoDB
  • Socket.io

How to run this project

Download NodeJs , mongoDB community server , mongoDB compass and install

Git clone https://github.com/SheikhFarid99/Create-Real-Time-Chat-Application.git

Backend install

Run this command in root folder

 npm install --legacy-peer-deps

Frontend install

Run this command in frontend folder

npm install --legacy-peer-deps
npm audit fix --force

Socket install

Run this command in root folder

npm run socket-install

Run project

Run this command in root folder

npm run dev

if application doesn't run

1. again run this command in frontend folder

  npm audit fix --force

Again Run project

Run this command in root folder

npm run dev

How to make this application visit Learn with Project

Releases

No releases published

Packages

No packages published