A Ecommerce website made for scandiweb Junior Full Stack Developer test task made with PHP React And MySQL
- PHP ^8.3.12
- MySQL Ver ^8.0.39
- Node v20.15.1
Run Migration For Database:
cd backend\database && php migration.phpRun Backend:
cd backend\public && php -S localhost:8000Run Frontend
cd frontend && npm run dev