We will go through each folder in this order, and in each folder we will add the code required to create and use simple REST API. Here are a few resources that you may need to understand the concepts ...
The service definition defines what is the format of the request and response. It’s the contract between the service provider and the service consumer. Request/Response format. Request structure.