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
This is HotelServices which handel all about hotels, their ratings, user experience , locations and many more, i store all the details of hotels in MySQL data base and we use urls to fetch data of all hotels as well as one hotel, and create new data.
This is a rating services, where i handle all rating that is given by a user to any specific hotel, where there is user_Id by which we find user in userServices and there is also a hotel_Id where i can find a hotel that is rated by a user, I store all this stuff in MONGO data base.
This is service in microservices where i handle all users, and their details and make urls from which i get all users and even a single user, i also connet this service to MySQL where all data are stored.