When working on developing an api i have faced an issue : how to deal with an api that is not already developed ?
Then i had the idea to mock the response using faker.js library.
https://www.npmjs.com/package/faker
And you how do you do to mock your api's ?
Top comments (1)
Use it github.com/avin/fake-api-middleware