You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…rpose I wrote a database query which inner join studnt_project table with project table and send the data from project table, after that I created a function which will handle the route /alumni/:studentId/projects and check the params if every thing is right it will send projects data as a json, if there's something wrong with the inputs a proper response message will be send.
After that I do some tests for the function and I achieve 100% test coverage
Relates #138
Route:
GET api/v1/alumni/:studentId/projects
Acceptance Criteria
DB query
Response
Testing
DB query
Response
Testing
Successful test if
#5
The text was updated successfully, but these errors were encountered: