Skip to content

CHAT APP with MERN stack (nodejs, mongodb, expressjs, reactjs)

Notifications You must be signed in to change notification settings

moamlrh/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

chat-app

CHAT APP with MERN stack (nodejs, mongodb, expressjs, reactjs)

setup :

  git clone URL
  cd project
  cd server && yarn
  cd client && yarn
  
  // in server 
  yarn start
  
  // in client 
  yarn start
  
 // http://localhost:3000 :)

----------------------------------

  • auth with jsonwebtoken (jwt)
  • database with mongodb
  • live status
  • live messages
  • notif if u have new msg
  • block user
  • more ..

About

CHAT APP with MERN stack (nodejs, mongodb, expressjs, reactjs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published