Simplified mini webshop consisting of customers, products and orders and their endpoints.
git clone https://github.com/iambasilk/api-webshop.git
cd <repo-name>
composer install
php artisan key:generate
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=<database_name>
DB_USERNAME=<database_username>
DB_PASSWORD=<database_password>
LOOP_MASTER_DATA_URL=https://backend-developer.view.agentur-loop.com/
LOOP_MASTER_DATA_USERNAME=<user_name>
LOOP_MASTER_DATA_PASSWORD=<password>
php artisan migrate
php artisan serve
php artisan import:masterdata
Import \postman_collections\API_Web_shop.postman_collection.json
to postman and test the endpoints