Is it possible to use Magento 2.4 solely as a store admin panel and REST API?
I would like to build my store front as a SPA/MPA/NodeJS application that has nothing to do with neither PHP, nor Magento templates etc. but only uses my Magento backend installation via its REST API?
Does the API gives me full control on the backend data for the common store front needs (search and buy products and the ilke)?
Does the API allows to create my custom endpoints?