Mongodb – Find data between two given value in Nodejs & Mongoose
I am trying to find data between two given heights. I am storing heights data in separate Mongodb schema, in which the height's unique _id is what I store in a user-schema. So I do populate() in the GET Apis…