Created During Microsoft Engage 2021 Mentorship Program.
Project Link : https://ms-teams-clone-shridhar.herokuapp.com/
Video Demo Link : https://www.youtube.com/watch?v=VrDkQ-RqWoA
Documentation Link : https://drive.google.com/file/d/1JrG-Vcm9vvH0OCCRLnLy0EWbxQXN62-9/view?usp=sharing
Name : Shridhar Thakur
Email : thakur.shridhar3093@gmail.com
College : Birla Institute of Technology, Mesra
Branch : Information Technology (B.Tech.)
Graduation : 2023
To build this application locally you will need to have your own twilio "ACCOUNT SID" and "AUTH TOKEN".
You can get these my making an account on https://www.twilio.com/
Step 1 : Clone or download the repository.
Step 2 : Run "npm install" in the repo's root directory.
Step 3 : Create a ".env" file in the repo's root directory.
Step 4 : Copy paste these lines in ".env file" with your twilio's credentialsACCOUNT_SID=<Twilio-Account-Sid>
AUTH_TOKEN=<Twilio-Auth-Token>
Step 5 : Run "node server.js" in the repo's root directory.
Step 6 : Navigate to "http://localhost:3000/" on web browser.
For more informations like features, technologies used, agile methodology, project workflow, server routes, webSocket events, utility functions, project directory... check out the "Documentation.pdf" file in this repo.