For enjoying the project in your computer please follow the following steps:
***you nedd to intall xampp and composer
1.Download the project.
2.Unzip the project to the xampp>htdocs folder
3.Open xampp and start apache and mysql
4.Go to http://localhost/phpmyadmin/ and create a new databse name laravel8commercedb
5.Open your command prompt, change the directory to the project folder and run the following command
php artisan migrate
php artisan db:seed
php artisan serve
***for getting the admin access register a user then go to database then in users table edit the column utype USR to ADM