Skip to content

Bind-Forward/ms-teams-clone-shridhar

 
 

Repository files navigation

MS Teams Clone

Created During Microsoft Engage 2021 Mentorship Program.

Links :

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

Developed by :

Name : Shridhar Thakur
Email : thakur.shridhar3093@gmail.com
College : Birla Institute of Technology, Mesra
Branch : Information Technology (B.Tech.)
Graduation : 2023

Prerequisite :

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/

How to Build Your Own ?

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 credentials
ACCOUNT_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.

More Informations :

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.

About

Teams clone created during MS Engage '21

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.8%
  • EJS 27.7%
  • CSS 16.5%