We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 api/v1/alumni/projects/:projectId
DB query
Response
Testing
SELECT student.name FROM student INNER JOIN student_project ON student_project.student_id = student.id where project_id = projectId
{ StatusCode: 200, data: [ Project students ] }
{statusCode: 404, message: 'Please check project ID you entered ' }
Successful test if
#5
The text was updated successfully, but these errors were encountered:
hanlde route /alumni/projects/projectId
0185521
relates #65
use schema instead of if condition
1bc5b5c
change route and send result as array
1142574
MohammedAlghazali
No branches or pull requests
Route:
GET api/v1/alumni/projects/:projectId
Acceptance Criteria
DB query
Response
Testing
DB query
Response
Testing
Successful test if
#5
The text was updated successfully, but these errors were encountered: