Adding the Endpoints

In this section we would be adding the endpoints of our API. An endpoint is a point from which the API can access the resources from a server.

The endpoint is mentioned in the file app.js/line24.

You can add more endpoints if you require them.

IMPORTANT: For every endpoint you use you have to define its route. [discussed in next section]

Discussion
Amazing! It literally would take just 15 minutes :)

2

Thank you Arpan.

1

20

1