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.
- 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.
- Frontend: React.js
- Backend: Node.js with Express
- Database: MongoDB