hack4impact-calpoly/cp-ccc-uss

Create endpoints for Volunteer

Closed this issue · 0 comments

Create the following endpoints with the specified URLs:

  • Create a Volunteer (api/volunteer) POST
  • Retrieve all volunteers (api/volunteer) GET
  • Retrieve one specific volunteer (api/volunteer/<id>) GET
  • Retrieve all VolunteerRoles of one volunteer (api/volunteer/<id>/roles) GET
  • Edit a volunteer (api/volunteer/<id>) PUT