Open marcogigliarano opened 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.
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.