GSG-G7 / handyman

https://handyman1.herokuapp.com/
0 stars 2 forks source link

Services By Id | GET #39

Closed FadiAlamassi closed 5 years ago

FadiAlamassi commented 5 years ago

Get services by id

Route: api/v1/services/:serviceid

Method: GET

Acceptance criteria

Database

Create a query to the database that gets the handyman related to the service id from the database

Test route

Create a test for the route and another test for the query that gets the data from the database

Response