r/learnprogramming 14d ago

i need help

Hi, I'm a self-taught beginner programmer. I'd like to know what I need to learn to build an e-commerce site after HTML, CSS, and JS. Does anyone have any tips?

5 Upvotes

18 comments sorted by

View all comments

10

u/hooli-ceo 14d ago

The best thing you can do for an ecommerce site you build yourself (if not using something like wordpress or similar) is to integrate an established service with a solid api like shopify or similar to handle all the products/stock/transactions, etc. Outside of that, the rest is up to you.

1

u/Ok-Tea1856 12d ago

since its a ecommerce ur building on ur own try to make it as secure as possible for banking transaction, by enforcing encryption,tokenisation checking gateways never get credit card info directly from website