marcogigliarano / ledn-frontend-challenge

0 stars 0 forks source link

Add a mock server solution #1

Open marcogigliarano opened 8 months ago

marcogigliarano commented 8 months ago

Right now all the requests in local environment are made to real API. This means:

For all these reasons, we need to add an local mock server. The solution proposed is https://mswjs.io/

Need a spike to understand how to implement that.