pdx-blurp/blurp-backend

Create routes for API that add/modify/get/delete groups from nodes

Opened this issue · 0 comments

AC:
Add these routes:

  • group/ for getting all groups by IDs
  • group/get for getting all info (minus _id) for one group
  • group/update for updating group name, description
  • group/delete for removing group from map AND removing group from all nodes in group (dependent on other route issue)
  • group/create for adding group with info to map