Universal-React-Redux-Registration icon indicating copy to clipboard operation
Universal-React-Redux-Registration copied to clipboard

Question about Frontend/src/server

Open weijia-yu opened this issue 5 years ago • 1 comments

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?

weijia-yu avatar Apr 17 '19 18:04 weijia-yu

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.

simpletut avatar Apr 20 '19 13:04 simpletut