Deviget interview question

Write a node.js rest application that fetches an api and return it in a given json format. it should use dependency injection.

Interview Answer

Anonymous

6 Apr 2023

I created a by the book dependecy injection and used axios to get the API response.