Relative Content

Tag Archive for databasemongodbapiexpressmern

updating related relations in database

i have created groups , which has members , each member has a group array displaying which they are part of . if i delete a group i want that user’s group array also updates. i am using express and mongodb for my project here is my code: