b0n21en5 / Video_Streamer

MERN Stack Video Streaming Web Application

Home Page:https://video-streamer.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

MERN Stack Video Streaming Web Application

https://video-streamer.onrender.com/

License:MIT License


Languages

Language:JavaScript 89.1%Language:CSS 7.9%Language:HTML 3.1%