How to avoid activation of insertMany() every time a server refreshes?
So I am trying to insert data in the database using Mongoose. Every time the server gets connected/refreshed .insertMany()
runs thus inserting multiple copies of the same data in the database.