This is a microservices application for the PHP Talks Micro Services Series.
It is a simple e-commerce Laravel application with 3 services. Each service has its own database and later, all 3 services will have an API gateway that will receive the requests and channel it to the appropriate service.
- The Product Service.
- The Inventory Service.
- The Checkout Service.
php artisan migrate --path=/database/migrations/2024_01_27_200918_create_cart_items_table.php php artisan migrate --path=/database/migrations/2024_01_27_200918_create_cart _table.php
php artisan migrate --path=/database/migrations/2024_01_27_141832_create_inventory_table.php
php artisan migrate --path=/database/migrations/2024_01_27_141559_create_products_table.php