This is a web application built with Node.js and Express.js that displays a list of movies and their details.
- Clone the repository.
- Run
npm install
to install the dependencies. - Run
npm start
to start the server. - Open your browser and go to
http://localhost:5000
.
- Displays a list of movies with their posters and titles.
- Allows the user to view details of a specific movie, such as the genre, director, release year, and description.
- Provides a trailer for each movie.
- Responsive design that works on desktop .
- Node.js
- Express.js
- SQLite
- EJS
- CSS
The data for the movies was taken from IMDb Top 250.
This project is licensed under the MIT License.
View live website website
***enjoy