I'm working with ReactJS, ExpressJS and MongoDB to create a website. I need to specify category for documents in a Mongo collection. I also need to save images.
Do you think I should convert my images to binary and save them directly into MongoDB? And do you think I should make a Category model, or should I just add a category property that saves an array of strings that are properties?