Home Theater is a simple movie streaming application built with Node.js and Express. It allows users to browse a collection of movies, view details about each movie, and watch the movies using a video player.
- Serve static files (HTML, CSS, JS)
- Serve media files (movies and posters)
- Fetch movie details from a specified directory
- Display movie posters and play movie videos
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/yourusername/home-theater.git
cd home-theaternpm install