0
Good morning.
I need to create a REST API in PHP in the backend and frontend show this data with Angularjs.
backend: API REST in PHP brings data from database.
frontend: angular js consumes the service and makes it available in html 5.
Doubt:
Should I use a php framework to build this service? It is best to consume the service only using javascript or php usage as well?
thank you.
That’s exactly what I need.. I need to consume with angular and display the data in the browser
– novato