Skip to content

[FEATURE REQUEST] - Seed Database with Faker.jsΒ #38

@rishyym0927

Description

@rishyym0927

πŸš€ Overview

Currently, the database lacks seed data for testing and development. Using Faker.js, we can generate realistic dummy data to populate the database.

πŸ›  Use Case

  • Helps in testing features with real-world-like data.
  • Speeds up development by providing a consistent dataset.
  • Ensures a better UI/UX without needing manual data entry.

πŸ“Š Expected Behavior

  • Implement a script that seeds the database with fake users, posts, comments, and likes using Faker.js.
  • The script should be executable via a command (e.g., npm run seed).
  • Ensure data integrity and avoid duplication on repeated seeding.

Thank you for contributing to StoreHUB! πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions