Open rfaloisio opened 6 years ago
Trying to find the best way to build an API.
Do you guys feel it's better to use node, or another way is better?
what about NodeJS + ExpressJS as a server? Just one option. Then you can build angular @Injectable services invoking your server
Depending what is your backend you have to build an API.
you can take a look how to make it at microsoft documentation dotnet core
Then you can call an angular service to request one of your API's url.
More info at https://angular.io/guide/http
Hi @pellyadolfo @mota57 !
Thanks for the replies! I'll do some research and get back here if I have some doubts!
If someone else has their own alternative and would like to share here, I'd appreciate it!
A little help here:
Trying to find some ways to do SQL query's via ngx-admin but not finding any tutorials or guidances that show me how to.
If someone has any help, I appreciate it.
Thanks