Skip to content

A MERN stack realtime chatapp using pusher to make MongoDB realtime.

Notifications You must be signed in to change notification settings

ritik3131/RealTime-Chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17105a5 Β· Oct 19, 2022

History

14 Commits
Mar 2, 2022
Oct 19, 2022
Oct 14, 2022
Sep 16, 2022

Repository files navigation

RealTime-ChatApp

This is a chatApp(whatsapp clone) which uses MERN stack and pusher.js for making MongoDb live time.

πŸ”— Links

website with google oauth

website

Getting Started

First, installs the dependencies:

npm install in backend and cliend both
# or
yarn install

Second

Add environment variable in .env.local

Third, run the development server:

npm start in backend and cliend both
# or
yarn start

Features

  • You can login with google oauth
  • Full authorization to api and other react pages added.
  • Cover all the concept of react such redux,useState , useEffect etc.
  • You can add different rooms.
  • You can send message in different and different rooms.
  • Message and Room collections are live with the help of pusher.js

Open http://localhost:3000 with your browser to see the result.