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