screws2484 / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

List all accounts in the service #5

Open screws2484 opened 2 weeks ago

screws2484 commented 2 weeks ago

User Story: List all accounts in the service

As a developer
I need to list all accounts in the service
So that I can view all users currently in the system

Story Points: 13 (XL)

Details and Assumptions:

Acceptance Criteria:


Given a request for all accounts
When I send the request to the service
Then a list of all accounts is returned
And the list is correctly formatted and contains the expected fields (e.g., ID, name, email)
screws2484 commented 2 weeks ago

Added list all accounts functionality in routes.py and test folder