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 have a GET API for the Restaurants table, but we're missing key APIs (like POST, DELETE, etc.). We should create those APIs so that users are able to add new restaurants or delete old restaurants.
Goals
POST API- create a restaurant,
DELETE API- restaurants can be deleted.
Implementation
Refer to restaurant_routes.py and restaurant_service.py for implementation
The text was updated successfully, but these errors were encountered:
Summary
GET
API for the Restaurants table, but we're missing key APIs (likePOST
,DELETE
, etc.). We should create those APIs so that users are able to add new restaurants or delete old restaurants.Goals
Implementation
restaurant_routes.py
andrestaurant_service.py
for implementationThe text was updated successfully, but these errors were encountered: