Help with reports

0

I need help, I want to create reports with angularjs, it is a topic that I am just learning and I do not find much help on the internet. I need to know how to capture data from a database and display it in graphics with angular.

    
asked by Gerson Saul Malca Bazan 19.06.2018 в 18:31
source

1 answer

0

For what you comment with your question, it is quite broad what you ask, that is, from how to capture the data of a database and how to draw them in the frontend. That implies several things:

  • Develop a backend (PHP, Spring, Node ...)
  • Connection with database
  • Expose a REST service so that the client can consume it
  • Design the logic of your application

Do you have all that already developed? In that case, for what version of Angular: 1.x or 2+?

To show graphics you have many options, from free to paid. Could you also define how the reports you want to create are, if it's just drawing graphs or something else?

    
answered by 20.06.2018 в 10:10