I am a part of a project that is using the MERN stack and need info on how to structure my system architecture diagram. I am unsure whether MERN is a MVC, layered, client-server, or other architecture pattern.
I currently have a diagram on our github wiki page, but my client said that this is not detailed enough. Can someone please chime in and help out.
I want to say MVC, but since React is the view, and all logic is within the Express controllers/models I am unsure whether this is truly a MVC pattern.