I am working one project there is some relational concept so i want to retrieve data from two different tables in same query , can i do this ? i am following below link but i am not getting exact that i wants. Mongoose/mongoDB query joins.. but I come from a sql background
I have also review this links
https://start.jcolemorrison.com/mongodb-joins-with-mongoosejs/
I have review this mongoose links, here i am getting something positive.
http://mongoosejs.com/docs/populate.html
What i have done so far is like below: Create Models for project and project_category and try to get all project with category details. I have update my code at below link to review :