Durgarao310 / cs7-backend

cs7 code for backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs7-backend

backend source for cs7

Install dependencies

npm install

Set following environment files in .env file in the root directory

HE_SECRET_KEY="<hackerearth secret key>"

MONGODB_URI="<Mongo db URI>"

NODE_ENV="<development/production>"

PORT="<PORT>"

SECRET="<SERECT KEY>"

Run the application in development mode

npm run dev

uses peerjs for peer-to-peer video chat

npm install -g peer

peerjs --port 9000

About

cs7 code for backend


Languages

Language:JavaScript 99.0%Language:Shell 1.0%