Use admin panel and API only
-
Hey, I'm running frontend as a completely separate being, made with Nuxt and I only want to use API and admin panel from bagisto.
Is it possible to make it so that my main website route, example www.example.com would use my Nuxt app, but when I go to www.example.com/admin it would go to admin panel and when I do backend request I would point them to www.example.com/api?
-
Hello @Peppek1993
You can use next js as a frontend and for Bagisto backend you can use GraphQL API for the same.
https://github.com/bagisto/headless-ecommerce
Thanks & Regards
-
@Rishabh-Webkul And how exactly does that help me? I need admin panel.