Hello ! I’m glad to be a part of this beautiful community. For my background, I’m coming from Prestashop modules, so this is a new thing to me. As for the last days I’ve been trying to develop and teach myself Shopify. Unfortunately, I have some questions that I’ve never managed to find answers to.
-
I’m developing a local app, using node.js and react. The app is finished. Do I have to upload my app to a public server in order to publish it on the store? If yes, do you have any recommendations?
-
Where can I store my data? In all of the tutorials I’ve seen data being stored in local storage but how do you store data in a database? Do you need to connect the app to you own database?
-
If so, how are you supposed to manage the tables? Let’s say I have an app, and it’s bought by 10 customers. Do I create a table for of the customer’s settings?