Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I came across your code. Well written code by the way, but i want to make a contribution. I would like to improve your code by modifying the project to suit MVC Architecture. I have tested the code and the code still works perfectly after my modifications. MVC Architecture is a well known architecture that is used in MERN Projects. And i have introduced a controller section in your backend that will be in charge of performing actions and functionality of the website. The controller section will communicate with the model section for the model to handle business logic. So why why don't you accept my pull request and add the improvement to your code and i'll start working on creating controllers for the Order, Product and Upload route.