mock-backend
mock-backend
A mock backend is a simulated server used for testing front-end applications before integrating with a real backend. Why use it? Mock backends allow developers to test features and functionality in isolation, speeding up development. Best practices include creating realistic data structures and simulating server responses. Mock backends have been used in development since the early 2010s.
Source: