A sample Catalog API with frontend, built as a playground for experimenting with different frameworks, API design approaches, architectural patterns, and libraries.
- Runtime: Bun
- Server: Express.js, NestJS
- Client: Angular, React, Next.js
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.