What is the best way to organize the architecture of the project?
-
How best to organize the architecture of the project, which will contain the main site and additional. application, it is implemented on a subdomain. A blog site, standard for wordpress, but the application is written in ReacJs + NodeJs. Does it make sense to use wordpress, given that it's not a good idea to blog on node? In this case, the application will work through the API. Is it the best solution to differentiate a site and an application using a domain and a subdomain and create two different databases?JavaScript Sofia Glenn, Feb 16, 2019
-
You have not one project here, but two.
Therefore, talking about some kind of "project structure" is meaningless.Anonymous
2 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!