Simple movie/tv shows recommendation site that recommends movies/shows similar to the requested movie/show , built using HTML,CSS, Javascript ,Node.js ,Express.js and EJS.
To see a Live Demo Go To - https://polar-chamber-42608.herokuapp.com/
This site uses the TMDB API to get a list of recommended movies for a requested movie which is then displayed on the page in a card layout.
- Built with HTML, CSS and Javascript
- EJS for creating templates
- ✨TMDB API ✨
- Get similar Recommendations to your favourite movie/show
- Watch Trailers
- Get an average movie rating across all platforms
- User Ratings
- Release Date
- Movie Summary
- Check out current trends in Discover
Movie Recommender uses several libraries and frameworks to work properly:
-
Bootstrap - Open Source CSS Framework having great UI boilerplate for modern web apps!
-
TMDB API - Application Key Point
-
axios - Promise based HTTP client for the browsers and node.js.
-
ejs-mate - layout, partial and block template functions for the EJS template engine
-
node.js - evented I/O for the backend
-
Express - fast node.js network app framework
-
body-parser - Node.js body parsing middleware.
-
method-override - to use HTTP verbs such as PUT or DELETE in places where the client doesn't support it
Movie Recommender requires Node.js v10+ to run.
Download the ZIP file, install the dependencies using npm i
.
Go to TMDB API get your API KEY and put it on .env file
Now start the app using npm start app.js