/Video_Streamer

MERN Stack Video Streaming Web Application

Primary LanguageJavaScriptMIT LicenseMIT


Guide to run Locally

Step-1: Clone this repo in your system

Step 2: open terminal from server directory & enter 'npm i' this will install server dependencies

Step 3: open another terminal from client directory & enter 'npm i' this will install client dependencies

Step 4: set environment variable with your mongo-url, port & jwt-secret-key in .env file as shown in .env.example file

step 5: after all dependencies installed enter 'npm run dev' command in server directory terminal to run the application