Rails/Django is the quickest route. Especially rails with huge gems ecosystem and dev experience way beyond what python can offer.
React seems like overkill for a simple task like this.
11–12 of 12 posts
React seems like overkill for a simple task like this.
If you go ahead with this, you’re not building a website, you’re building an app - essentially a micro e-commerce platform. I’ve built out a custom e-commerce app with Django for a client. Very similar to your requirements - product options, cart, orders etc.. There is a lot more than you think. We actually championed using Shopify in the beginning but the client needed custom functionality and integration with a leg…