Mongodb – Update each user in nodejs app based on time interval
I have a node.js express app with MongoDB database and what I want is to be able to update the database based on time Interval. For example Increase a number field automatically every 7 days for each user based on…