Boutique Ado
A full-stack e-commerce store for clothing and homeware, built with Django.

Boutique Ado is a full-stack online store selling clothing and homeware, organized around category browsing, special offers, and a free-delivery threshold. It's structured as a set of independent Django apps, each owning one part of the shopping flow — the product catalog, the shopping bag, checkout, and user profiles — rather than one large, tangled codebase.
What it does
- Product browsing by category, with search across the catalog
- A persistent shopping bag that carries items through to checkout
- Checkout and payment processing
- User profiles for managing account details and order history
Built with
Python and Django on the backend, with Bootstrap for layout and server-rendered templates on the front — the same server-rendered, fundamentals-first approach as my other Django projects.
View source on GitHub →← Back to portfolio