mock-back-end
mock-back-end
A mock back-end is a simulated server used to test front-end applications without needing a real back-end. Why use it? Mock back-ends help developers focus on UI and functionality before integrating with real APIs. Best practices include using mock services for unit testing and prototyping. Mock back-ends became popular with the rise of front-end development frameworks.
Source: