Universal-React-Redux-Registration
Universal-React-Redux-Registration copied to clipboard
Question about Frontend/src/server
Sorry, this is not a bug report, but I cannot find another place to ask the question.
I find there is a Backend folder for the server, but also a Frontend/src/server for the server, what is the difference?
Hi @weijia-yu
- The backend app is a RESTful API that communicates with the database (MongoDB)
- The frontend app is your React Application that communicates with the API.
These are two applications need to be maintained and deployed separately.