A video streaming app using Node js with Nest js framework for backend and NextJs for Frontend.
Start the NestJs Server
the open the frontend.
# Clone the repo
git clone https://github.com/hesbon-osoro/nextjs-video-streaming.git
# Navigate to directory and install packages
cd nextjs-video-streaming && yarn
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.