In this application, we've integrated a WooCommerce API Plugin to add giftcard amount to users wallet balance through some coupon codes.
To run this application on your local server, follow these steps:
- Pull the git repo to your system
- Install composer and npm
- Go to the root directory of project and open terminal
- Run composer install
- Run npm i
- Run php artisan migrate
- add your woocommerce api endpoint, username and password in the env file.
- run php artisan serve
- open localhost:8000 in your browser
For any issue or help, contact - [email protected]