Router - mmedrano9438/peripheral-brain GitHub Wiki
Routing refers to how an application’s endpoints (URIs) respond to client requests. A route method is derived from one of the HTTP methods, and is attached to an instance of the express class. The following code is an example of routes that are defined for the GET and the POST methods to the root of the app.