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
🍔🍹Node.js package offering a cost-free way to find restaurant locations from chains like McDonald's, Wendy's, and more, without Google Maps API. It uses unofficial APIs for seamless integration into applications, with ongoing plans to include more restaurants.
The Restaurant Management System is a Spring Boot-based application that provides a set of CRUD (Create, Read, Update, Delete) operations for managing users, including Admin, Normal User, and Visitor, along with food items in a restaurant. The system enforces role-based access control, ensuring that each type of user has the appropriate privileges.
Food Hub is developed in Spring Boot Framework with Redis Cache implementation for caching the data. The whole application is dockerized in three docker containers and runs through docker-compose.
The Restaurant Management Application is a Spring Boot-based web application designed to help manage restaurant information. It allows users to perform various operations related to restaurant management, including adding new restaurants, updating specialties, and deleting restaurants from the system.