feat(products): add ordered attributes and slim product list api

This commit is contained in:
2026-03-29 12:44:41 +03:00
parent a69591f914
commit 3a23a8f44b

View File

@@ -17,7 +17,7 @@ Phase 1 bootstrap for a NestJS backend focused on bearings e-commerce.
2. Make sure your PostgreSQL service is running and matches `DB_URL`
3. Install dependencies:
```bash
```bash
npm install
```