Hello everyone, I am a developer and I am new to e-commerce in general, my team and I are about to start building an e-commerce website to our client, I found Shopify as a highly recommended platform for building e-commerce apps, compared to other platforms like Reaction Commerce, Shopify docs are Great, but I didn't find answers to crucial questions especially from a backend application perspective. Here are some points which I would really appreciate it if someone could share a piece of advice on them.- If you tried building apps using Shopify before, Is there a pre-defined database schemas/models that I should conform to when designing my database?- According to their official tutorial, the Node server.js file is placed in the same project directory with the React front-end application, which is not only a bad practice but also doesn't make much sense from the perspective application structure because it raises concerns about where to put the rest of the server app files like DB models, validation files, business logic files, routes and so on.- I also didn't find anything about whether I can use SQL databases, Typescript integration, and ORMs like Sequelize and TypeORM.Thanks in advance.
Submitted July 19, 2020 at 06:01PM by moswilam
No comments:
Post a Comment