Implementación del Endpoint para Obtener Listado de Películas según los Requerimientos de la Prueba Técnica#3
Open
efgonzalezca wants to merge 21 commits intoprismaymedia:masterfrom
Open
Conversation
add environment variables configuration
…ma by adding the _id field and the service to add projection to the database query
Add movie module
…jection to get movies service, update environment variables and return similar_year field in response
add similar_year module and service, consume the TMDB api, update pro…
…pe to validate query param
add interceptor for error handling in HTTP requests and add global pi…
add webhook service to send notifications
update decesion log document
add implementation E2E tests for movies endpoint
add application documentation and refactor main middlewares
add step to get webhook_url
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Este Pull Request presenta la implementación del endpoint solicitado como parte de la prueba técnica para el puesto de Desarrollador Backend, utilizando Nest.js y ejecutado en Node.js (versión 20.14.0).
GET /get-movies?webhook_url=[URL_DEL_WEBHOOK], que permite obtener un listado de películas..env, asegurando la gestión adecuada de las variables de entorno._id,title,directors,cast,yearysimilar_year(array de strings).similar_yeardel esquemaMovieutilizando Axios para realizar peticiones HTTP a la APITMDb, buscando hasta 5 títulos del mismo año.timestamp.