Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET /alumni | Route #26

Closed
3 tasks done
AlaaSaadeddin opened this issue Mar 26, 2020 · 0 comments
Closed
3 tasks done

GET /alumni | Route #26

AlaaSaadeddin opened this issue Mar 26, 2020 · 0 comments
Assignees

Comments

@AlaaSaadeddin
Copy link
Collaborator

AlaaSaadeddin commented Mar 26, 2020

Route: GET api/v1/alumni

Acceptance Criteria

  • DB query

  • Response

  • Testing


DB query
 SELECT * FROM student ;

Response
  • Success
{ StatusCode: 200,
  data: [{
          id,
          name,
          githubUsername,
          githubLink,
          image
        }]
}
  • Failed
{statusCode:400, message:"Invalid"}
Testing

Successful test if

  • statusCode === 200

#5

@Mu7ammadAbed Mu7ammadAbed mentioned this issue Mar 26, 2020
3 tasks
MohammedAlghazali added a commit that referenced this issue Apr 1, 2020
@MohammedAlghazali MohammedAlghazali added Awaiting Review This PR is ready and waiting for review and removed in progress labels Apr 1, 2020
MohammedAlghazali added a commit that referenced this issue Apr 1, 2020
MohammedAlghazali added a commit that referenced this issue Apr 2, 2020
MohammedAlghazali added a commit that referenced this issue Apr 2, 2020
MohammedAlghazali added a commit that referenced this issue Apr 3, 2020
MohammedAlghazali added a commit that referenced this issue Apr 3, 2020
MohammedAlghazali added a commit that referenced this issue Apr 3, 2020
@ranasobeid95 ranasobeid95 added in progress and removed Awaiting Review This PR is ready and waiting for review labels Apr 3, 2020
MohammedAlghazali added a commit that referenced this issue Apr 3, 2020
MohammedAlghazali added a commit that referenced this issue Apr 3, 2020
MohammedAlghazali added a commit that referenced this issue Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants