Realise: v1.2.0
Added
- Categories module: schema, repo, router and commands.
- Many-to-Many: junction table for products/categories.
- Product filtering: added
categoryIdfilter tofindAll. - Database seeding: random category assignments via Faker.js.
Changed
- Product Repo: updated
findAllwith total count and pagination. - Seed cleanup: fixed deletion order to avoid FK errors.