CiroLeite / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

List all accounts in the service #5

Open CiroLeite opened 1 year ago

CiroLeite commented 1 year ago

Acceptance Criteria:

An API endpoint is implemented to retrieve a list of all accounts; The response includes a list of account details, including customer names and addresses; Pagination and filtering options are considered for large datasets; The API response format and structure are documented for future use.