A
A
Akest2019-11-08 03:03:45
Flask
Akest, 2019-11-08 03:03:45

How to create an online store using Flask?

I started to practice backend development on Flask and I can't find any resources about developing an online store on this framework, although the task seems to be quite popular. I'm wondering if there are any libraries, blueprints or anything that helps with this. It is also interesting, maybe someone knows a resource where the process of creating an online store on Flask is somehow described, and can share it. If the creation of an online store is not a normal practice in Flask, can you explain to me what tasks then Flask is generally used in practice. I will be very grateful for the answers :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2019-11-15
@dromenkojunior

Flask is usually used for simple tasks where you need to quickly create/deploy a web application. Without complex architecture and business logic. For example, a question and answer service like on mail.ru. Although here you can prove the opposite by following the link https://stackshare.io/flask
To create an online store, they will most likely take Django, since there is at least an admin panel out of the box, which is necessary for IM. And there are also ready-made solutions for e-commerce https://djangopackages.org/grids/g/ecommerce/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question