Frequently, when you start with a project, you have a data model but not the data itself, either because it still has to be loaded into the databases or because the access API is not available.

To get by until the data is available and you are able to develop the front, we commonly use mock data, whether it is created by the back team itself, a sample of the real data that will arrive, or even data generated by the front itself to do tests.

Leave a Reply

Your email address will not be published. Required fields are marked *