/vconnect

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

virtual Connecting over the internet

Links :

Project Link : <>

Developed by :

Name : Satyam Mishra
Email : satyam552000@gmail.com
College : Birla Institute of Technology, Mesra
Branch : Computer Science (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.