Hello,
I am trying building an API by using Nodejs(express) and Mongodb(mongoose). I have two collection user and images. A user has one or multiple images and one or many images have one single user. I got difficulty to create.
Some one can give me a good example of their model please?
Thanks