BuildForSDG / Team-269-Backend

SlumData is an app to measure proportion of urban population living in slums, informal settlements or inadequate housing
MIT License
0 stars 4 forks source link

Ft survey response #27

Open onabright opened 4 years ago

onabright commented 4 years ago

Description

I added API resources for Survey Response with the following URIs:

Available endpoints

Type Endpoint
POST api/v1/survey-responses
GET api/v1/survey-responses
DELETE api/v1/survey-responses/{survey_response}
PUT api/v1/survey-responses/{survey_response}
GET api/v1/survey-responses/{survey_response}

Fixes #26

How Has This Been Tested?

Run php artisan test

Checklist: