RealTime Chatapp
1.0.0
This is a chatApp(whatsapp clone) which uses MERN stack and pusher.js for making MongoDb live time.
website with google oauth
website
First, installs the dependencies:
npm install in backend and cliend both
# or
yarn installSecond
Add environment variable in .env.local
Third, run the development server:
npm start in backend and cliend both
# or
yarn startOpen http://localhost:3000 with your browser to see the result.