Snappy is chat application build with the power of MERN Stack.
Both should be installed and make sure mongodb is running.
git clone https://github.com/Alpha2820/Snappy---Chat-Application
cd chat-applicationNow install the dependencies
cd server
yarn
cd ..
cd public
yarnWe are almost done, Now 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.

