You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also need to create APIs to create new restaurant groups, read them from the db, edit them to add restaurants as needed, and to delete them from the db
Goals
POST API- create a restaurant group, restaurantIds can be empty
GET API- get all restaurant groups
PUT API- restaurant groups should be editable. Updating the list might be tricky, but we should provide a new list that overwrites the original list.
DELETE API- restaurant groups can be deleted.
Implementation
Since this is blocked until Create Restaurant Groups Table #3 is merged in, the db can be manually created with psql to test the APIs.
The text was updated successfully, but these errors were encountered:
Summary
Goals
Implementation
The text was updated successfully, but these errors were encountered: