Skip to content

Add support for local backend mock API

Christoffer Hellerud Hansen requested to merge meta-100 into master

To be able to work in parallel with backend we have to support mocking a backend API based on a API contract between backend and frontend which is agreed upon before developing a feature.

After agreeing upon an API contract, frontend can work in parallel with backend using the mock API as a way to fake the new feature both are working towards.

Merge request reports