/MERNChat

MERN RTC Chat App using Socket.io (Hosted)

Primary LanguageJavaScript

Steps to Start the App

  • Install the Client and Server Dependencies
  • In the Server Directory there's a .env file. Change the value of mongodb inside the file. Set the value as your mongodb connection url.
  • Now start the server by npm run dev and react by yarn start