Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Frontend/src/server #2

Open
weijia-yu opened this issue Apr 17, 2019 · 1 comment
Open

Question about Frontend/src/server #2

weijia-yu opened this issue Apr 17, 2019 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@weijia-yu
Copy link

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?

@simpletut simpletut added help wanted Extra attention is needed question Further information is requested labels Apr 20, 2019
@simpletut
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants