π 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! π¨βπ»π©βπ»
π 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
π Expected Behavior
npm run seed).Thank you for contributing to StoreHUB! π¨βπ»π©βπ»