how to join two documents using $lookup mongodb
I have been trying to join two collection in MongoDb using the aggregate function but it seems it's not working for me, When I run api using lookup it show the me empty collection [], I have tried with the…