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 bisbis10 restaurant management system is a backend service designed to handle various operations related to restaurants, their dishes, and ratings. The system aims to provide a comprehensive platform for managing restaurant data, including details about the restaurants, their cuisines, dishes, and customer ratings.
Functionality
The system provides the following APIs:
Restaurants API: Manages restaurant data.
Ratings API: Manages customer ratings for restaurants.
Dishes API: Manages the dishes offered by each restaurant.
Technical Aspects
The system is built using Java Spring Boot, leveraging its robust framework for creating RESTful APIs.