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 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.