Handling database environment configuration in Sails.js
The issue I have is related to the following quote from the official documentation:
The issue I have is related to the following quote from the official documentation:
I’m pretty new on Nodejs and sails.
I’m implementing a server which is similiar to Twitter. In user model, there should be 2 fields: follower and following, and the 2 fields are association of the model ‘user’ itself.
I am new to sails.js and I am using “sails.js with Mongodb”.
I am having problem with deep associations using populate in my sails app.