ShirishGaikwad / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

User Story Title: Read an Account from the Service #3

Open ShirishGaikwad opened 1 month ago

ShirishGaikwad commented 1 month ago

As a user, I want to retrieve account details from the service, So that I can view specific customer information.

Acceptance Criteria:

Implement an API endpoint to fetch account details by account ID. Ensure the endpoint returns accurate account data. Handle cases where the account is not found.

 Create unit tests for the endpoint functionality.