A Realtime Chat Application build with the power of MERN Stack.
https://realtimechatapplication-six.vercel.app/
git clone https://github.com/deepanshutomarr/react_realtime_chat_app.git
cd react_realtime_chat_appNow rename env files from .env.example to .env
cd public
mv .env.example .env
cd ..
cd server
mv .env.example .env
cd ..Now install the dependencies
cd server
yarn
cd ..
cd public
yarnNow just start the development server.
For Frontend.
cd public
yarn startFor Backend.
Open another terminal in folder, Also make sure mongodb is running in background.
cd server
yarn startDone! Now open localhost:3000 in your browser.