This repository is the outline for a small ecommerce application I am building to understand how a complete web system works. My plan is to use Flask for the backend, SQLAlchemy with MySQL for the ...
La migración inicial está pensada para no fallar si las tablas ya existían (por ejemplo tras pruebas con create_all); igual conviene usar siempre Alembic como fuente de verdad del esquema. ├── alembic ...