Skip to content

Realise: v1.2.0

Choose a tag to compare

@Leroyalle Leroyalle released this 17 Feb 00:07
· 94 commits to main since this release
523d0a1

Added

  • Categories module: schema, repo, router and commands.
  • Many-to-Many: junction table for products/categories.
  • Product filtering: added categoryId filter to findAll.
  • Database seeding: random category assignments via Faker.js.

Changed

  • Product Repo: updated findAll with total count and pagination.
  • Seed cleanup: fixed deletion order to avoid FK errors.