Loading repository dataβ¦
Loading repository dataβ¦
MarwanFo / repository
π Velora - A premium e-commerce platform built with Laravel + React + Tailwind CSS. Handcrafted design, production-ready architecture.
A production-grade e-commerce platform built with Laravel (backend) and React + Tailwind CSS (frontend).
Ecommerce/
βββ ecommerce-backend/ # Laravel API
β βββ app/
β β βββ Http/Controllers/Api/ # API controllers
β β βββ Services/ # Business logic
β β βββ Repositories/ # Data access
β βββ config/
β βββ database/
β βββ routes/
β βββ api.php # API routes (v1)
β
βββ ecommerce-frontend/ # React SPA
βββ src/
β βββ components/
β β βββ common/ # Button, Input, Card, Modal
β β βββ layout/ # Header, Footer
β β βββ features/ # ProductCard, CartItem, etc.
β βββ pages/ # Route pages
β βββ hooks/ # Custom hooks
β βββ context/ # React Context
β βββ services/ # API client
β βββ utils/ # Helper functions
β βββ constants/ # Config & constants
βββ index.html
This project follows a "Human Touch" design philosophy:
cd ecommerce-backend
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate
php artisan serve
cd ecommerce-frontend
npm install
npm run dev
This project is proprietary software. All rights reserved.