mern-ecommerce icon indicating copy to clipboard operation
mern-ecommerce copied to clipboard

Add dummy data with seed functionality for Products, Brands, Categories

Open mohamedsamara opened this issue 2 years ago • 2 comments

  • Add the ability to run a script to populate the database with dummy ecommerce data including brands, products, categories

mohamedsamara avatar Jun 02 '22 23:06 mohamedsamara

when i try to add dummy data i am getting seed db started but, data is not being added to mongodb , what i am doing wrong ?

buddhathemanoj avatar Jan 26 '24 04:01 buddhathemanoj

"data:import": "node seeder.js"

use this in scripts in package.json file in backend and one more thing give name of ur file as "seeder.js"

Tushar260603 avatar Mar 29 '24 22:03 Tushar260603