An simple UI interface for hosting video files for local network viewing (watching local movies, video, etc.)
- NodeJs
Step 1: Download as zip file or clone this repo
Step 2: Open folder in CMD and run
npm install
This will install all dependencies
Step 3: Create a folder called files inside app directory. This is where you put all you're movies/videos. Make sure to rename them as required as the file names will be shown in UI
Step 4: Open the main directory of the project in CMD and run
node server.js
The website should be up on http://localhost:3000
This is a fun project, modify as required and ask for a pull request if you've made any significant changes!