I want to send a json file to the client (from the client) - to test the function. How best to implement it? For a similar task on the back, I raised a separate container with a unit-test. What to do at the front is not very obvious

    1 answer 1

    Write or raise mock server. For example, https://github.com/typicode/json-server From your code (from the client) you will access it. He will send you json what you say.

    • I downloaded the POSTMAN application and the issue is already resolved. But your answer can help - I will note, thank you - HegoJune