This is the scenario :
In a university, there are many departments and one department has many programs ( One to Many ) and I want to fetch 'All the Programs that belong to a particular Department'
How to best define restful endpoints for such cases in expressJs(node)??
Also how to determine endpoints for many to many and one to one relationship?
Thank You !!