Install the dependencies and devDependencies and start the server.
git clone https://github.com/Martin6363/e_commerance.gitcd frontendnpm i OR npm installnpm run devcd backendcp .env.example .env OR copy .env.example .envcomposer install OR composer updatephp artisan key:generatephp artisan storage:linkOpen OsPanel OR XAMPP run mysql server
php artisan migratephp artisan db:seedphp artisan app:update-exchange-rates ##Load updated exchange rates into the database
php artisan serve



