How to instaniate a Mongoose model inside another?

Viewed 18

I am working on a Node js, Express, MongoDB, and Mongoose app as a learning project. In my project, I have a user and a profile model.

I don't know if this is the best way to do this. But what I am trying to do now, is to automatically create a profile for every newly created user. I have tried to nest the profile creation in the user controller but it doesn't work. Any ideas on how I might do that?

0 Answers
Related