I am trying to implement the creation of product on my MEAN app. I have created a Mongoose schema and connection to the database is working, all fields on frontend also work and the product gets inserted into the database.
Now I want to add an image to the product but can't find an answer here for something like that. I know there are a lot of questions like this one (example: Angular2 ExpressJs - File upload to the server), but the answers are for image upload only and I don't know how to implement it on my project. Can someone help?
There are too many lines of code to put here and I think it would be hard to read, so here is a link to GitHub: https://github.com/Janchey/groovy.git