Closed albertonogueira closed 1 year ago
As a User I need a service that lists all accounts So that I can keep track of the customers on the e-commerce database
Given an access request, the service should return a list of JSON files with customer data
Given that we have a database with customers accounts When receiving a request to access all accounts Then the service returns the list of customers
As a User
I need a service that lists all accounts
So that I can keep track of the customers on the e-commerce database
Details and Assumptions
Given an access request, the service should return a list of JSON files with customer data
Acceptance Criteria