Falcon
A multi-branch online shop built with Django - each branch keeps its own inventory and pricing, and the catalog is scoped to Uzbek regions and districts. A demo / learning project exploring how a retailer with several physical branches maps onto one backend.
- Year
- 2024
- Focus
- Backend
Overview
Falcon models a shop that exists in more than one place: stock and prices are per-branch, and orders are tied to real Uzbek regions and districts loaded from CSV. It was an exercise in the data modeling that multi-location retail forces on you - the part that looks trivial until two branches disagree on what's in stock.
Highlights
Per-branch inventory
Each branch has its own stock and pricing under one catalog.
Real geography
Catalog scoped to Uzbek regions and districts from CSV data.
Learning project
A demo built to explore multi-location retail modeling.
Stack