I started to develop in Node.js
using the frameworks Express
and Angular
when I needed tutorials I noticed that in some the Angular
is used together PHP
to make requisitions in bank.
My question is: on which server exactly do I run the application with the scripts in PHP
?
I thought of something like creating a project with angle in the path of the host but I doubt that this is the solution. Please someone explain to me exactly how the project structure will be using PHP
and Angular
and on which server I will run.