Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 960 Bytes

File metadata and controls

17 lines (12 loc) · 960 Bytes

Video Player - React App with MongoDB Integration

This is a simple video player web application built using React for the frontend and MongoDB for storing video data. Users can upload and watch videos directly in their browser, without needing to download any app. The videos are stored persistently in the database and will remain available even after reloading the page.

Features:

  • Upload videos: Users can upload video files and play them directly in the browser.
  • Persistent video storage: Videos persist even after refreshing the page, thanks to MongoDB storing video metadata.
  • No installation required: Enjoy the video player app directly in your browser without needing to install anything.

Tech Stack:

  • Frontend: React.js
  • Backend: Node.js with Express
  • Database: MongoDB

CLICK THE LINK BELOW FOR DEMO VIDEO

screen-capture.mp4