Hello Stefanos, thanks for your reply and your tipps. I was thinking about it this way too,just did not know where to start and if its worth to invest the time, since the structure look so different to create-react-app or other tutorials i have been through. But i guess i will do it, good idea to just chang a word a look through the code. And thanks for your code by the way, this will help me a lot! Maybe you can answer one more question, that bothers me bc i dont understand it: In the tutorials i have been trough, the Backend server (node.js) runs on lets say localhost:8000 and the client server (react) runs on localhost:3000 for example. So to see the react website, you have to go to localhost:3000. At any point in the code, the client server forwards the receiving post to the backend server to handle it there. I cant see this on the mern-starter code at all. Everything seems to run on localhost:8000. Can you explain me this difference? Thanks and regards, mrmoehner