i am trying to understand the post method from node js to oracle on google but most of the examples are confusing or hard for me to understand.
i have some doubts , do we need to use bind variables everytime when we use post/delete and put methods.Appreciate if someone can post example without bind variables as i will be sending data from Angular front end.
What is the difference between router and controller , as i went through this good article. https://jsao.io/2018/03/creating-a-rest-api-with-node-js-and-oracle-database/
.