Name : Pratyush Kaurav , University : IIT Dharwad , Department : Maths And Computing ,
- git clone https://github.com/pratyush1602/IBY_ChatApp
- If Node.js is not installed on your device, you can download and install it from the official website: Node.js Download.
- Open two shells/Terminal in the Cloned Folder
- In one terminal do: cd backend
- In other terminal do : cd frontend
- Do ‘ npm i ‘ in both the terminal to install all the compulsory modules ‘’ only run command ( npm i) ‘’
- After that in backend terminal run the command (node index.js)
- And in front end terminal run the command (npm run start)