- you must install nodejs in your system
- Terminal or gitbash for windows
- mongodb server
- first you must clone the project using git
git clone https://github.com/moayadalsariya/chat_app.git- Then cd to chat_app
cd chat_appinstall dependencies using npm install
npm installStart mongodb server
run the program
npm run start