. ├── admin/ # Admin Panel (React + Vite) ├── Backend/ # API server (Node.js + Express) ├── Frontend/ # Customer-facing store (React + Vite) ├── .gitignore └── README.md # ← You are here • Manage ...