• Developed a movie recommendation and management API using Node.js and Express.js, integrated with The Movie Database (TMDB) API to fetch real-time movie data including details, genres, and ratings.
• Implemented endpoints for searching, filtering, and retrieving movie information, leveraging TMDB’s REST API for up-to-date content.
• Designed query handling to support pagination, sorting, and advanced search capabilities for better performance and scalability.
• Added error handling and input validation to ensure reliable and secure data processing from third-party APIs.