Good morning.
I need to create a REST API in PHP on the backend and in the frontend show this data with angularjs.
backend: REST API in PHP brings database data.
frontend: angular js consumes the service and makes available in html 5.
Doubt:
Should I use some php framework to build this service? Is it better to only consume the service using javascript or php usage too?
Thank you.