Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 787 Bytes

File metadata and controls

40 lines (32 loc) · 787 Bytes

SE-Project

Precisely engineered service to provide everyone the features of audio visual meeting along with one to one messaging facility. Keeping you securely connected wherever you are.

Setting up on a local machine

  • Clone this repository using:
git clone https://github.com/devk232/SE-Project.git 

Setting up backend

  • Now move to the project directory on your machine and install all depedencies using:
npm install
  • Setup Environment Variables:
 export myKey=ANY_KEY (on mac and linux)
 set myKey=ANY_KEY (on Windows)
  • Run the following command:
node index.js

Setting up client

  • Redirect to client/ folder
  • Install all dependencies using
npm install
  • Run the following command:
npm start