- Download WampServer from here https://sourceforge.net/projects/wampserver/
- Download composer from here https://getcomposer.org/
- Run
git clone https://github.com/engahmed99/pre_masters-sw2-online-store-platform.git - Import Database from Docs/pre_master_store.sql file
- Run
composer install - Run
php artisan serve
-
You can change the application configuration from the .env file
-
Use the postman file in Docs/SW2 - pre master.postman_collection.json file to test the web services


