Recipiece / recipiece-backend

Backend services for the Recipiece app
Mozilla Public License 2.0
0 stars 0 forks source link

CRUD Shopping Lists #9

Open sjyn opened 2 years ago

sjyn commented 2 years ago

Users should be able to CRUD shopping lists. This functionality existed in the old app, but will need to be ported over the the shopping list microservice.

sjyn commented 2 years ago

Necessary functionality includes

  1. CRUDing a shopping list
  2. Being able to grant/remove access from lists (only with other Recipiece users)
  3. Modifying lists in real time with shared users (will require a socket IO connection)