This lesson teaches how to set up a mock API using JSON Server and a service provider for realistic data called Mockeroo.
Learn how to generate data using the Mockaroo website.
Implement JSON Server
Learn how JSON Server generates routes based on the mock data given
This lesson is intended for anyone who wants to test front ends with a mock API
Node.JS is required to run JSON Server