Mongodb – How do I save data from a model.find({}) function?
I am trying to work out an average value for a collection in my database using Mongoose and Express. I want to use this value in the render for the "calculator" page, hence it being inside a post for the…