April 2020
Intermediate to advanced
716 pages
18h 55m
English
With the APIs decided, add the corresponding controller functions that will respond to the requests to these APIs in a separate file in the server/controllers folder. The controller functions in this file should access and manipulate the data for the model defined for this feature. Next, we will look at how to declare the routes that will invoke these controller methods when the requests come in.