spotify-booster-shop/ ├── app.py ├── requirements.txt ├── shop.db (auto-generated) ├── templates/ │ ├── base.html │ ├── index.html │ ├── product.html │ ├── cart.html │ ├── checkout.html │ ├── success.html │ └── admin.html └── static/ ├── css/ │ └── style.css └── js/ └── cart.js