Skip to content

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

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! 👨‍💻👩‍💻

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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