- [Nodejs]
- [Mongodb]
Both should be installed and make sure mongodb is running.
git clone https://github.com/dhruval03/chatvibe_mern_stack.git
cd chatvibe_mern_stack
Now install the dependencies
cd server
npm
cd ..
cd public
npm
We are almost done, Now just start the development server.
For Frontend.
cd public
yarn start
For Backend.
Open another terminal in folder, Also make sure mongodb is running in background.
cd server
yarn start
Done! Now open localhost:3000 in your browser.