Automatically delete a document after date expired in MongoDB and Node js?
I have an appointment booking app and I want the booking detail will delete after the booked date expired. How can I achieve that? I tried it with node-scheduler but does not work. and its a simple API with Crud…