Seed MongoDB (mongoose-seed)
Firstly What is database seeding?
Seeding a database is a process in which an initial set of data is provided to a database when it is being installed. It is especially useful when we want to populate the database with data we want to develop in futu...
temitayoadeeyo.hashnode.dev