Create app remix

I’m new to creating apps with Remix on Shopify. I have some questions: If I need a backend, do I have to purchase it separately or does Remix have its own database? If I use an admin API token within the Remix app, will it give me a CORS error or be blocked?

1 Like

Hey @regis.cuba Welcome to Shopify App Development!

Since you’re new to creating Shopify Apps, I would recommend going through our tutorial to scaffold an app and build a sample remix app. The remix tutorial guides you through configuring the prisma database that is included in the template.

As for hosting your backend, I would recommend looking at Gadget. They make the hosting and infrastructure setup easy.

1 Like