I created an online store website on React. Now, the data is loaded from a local .json file. I also need to create an admin panel so that the site administrator can add/change/delete cards and data himself. How can this be done? Is there an opportunity not to write a backend? P.S. I tried to use Wordpress, but I don't understand how. I don't need to create a wordpress site, I only need an admin panel to which I will make fetch requests in my React application.
I tried to create a Wordpress admin panel using Pods but I can't understand how to display my data in the admin panel.
RESULT: The Strapi app helped me with setting a database easibly changeable.