https://github.com/RamonElias/ecommerce/
https://drive.google.com/file/d/1waQzVt14CtfLkWk3qAxNDeqIXli5aI__/view?usp=sharing
- composer install
- OPTIONAL: 'npm install' OR 'yarn'
- OPTIONAL: npm run production
- Set .env file with this variables filled DB_CONNECTION= DB_HOST= DB_PORT= DB_DATABASE= DB_USERNAME= DB_PASSWORD=
- php artisan migrate:fresh --seed
- First Test User E-Mail Address : qwerty@gmail.com
- First Test User Password : secretpassw
The Laravel framework is open-source software licensed under the MIT license.