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
The application maintains a number of restaurant information in its database and gives an API access to other client applications to search for details of information, distance, amenities provided etc.
GreatFoodRestaurent is an API for for all the basic CRUD operations to find a resturant website.
The following endpoints have been used:
/api/v1/restaurents
/api/v1/menus
/api/v1/reviews
/ap/v1/auth
/api/v1/users
About
The application maintains a number of restaurant information in its database and gives an API access to other client applications to search for details of information, distance, amenities provided etc.