A sample Catalog API, built as a playground for experimenting with Laravel frameworks, API design approaches, and architectural patterns.
- PHP
- Laravel
- SQLite
This project implements a simple catalog domain with a few core entities:
- Products
- Reviews
- Tags
- & related relationships
It provides standard CRUD operations along with filtering, includes, pagination, and structured responses.