It is considered bad practice to use Mongodb ObjectId in the url?
I'm developing a recipe sharing web app using MERN stack, and i was planning to use this kind of url for showing the recipes info ../recipe/:recipeName/:id I wanted to know if it is a bad practice to use Mongodb auto…