Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Management Microservices Backend

Overview

This project is a comprehensive microservices-based backend for hotel management. It is designed to provide real-world experience in developing, deploying, and managing a microservices architecture. The backend consists of multiple services, each responsible for a specific aspect of hotel management, ensuring a modular and scalable system.

Microservices

The backend is composed of the following microservices:

Admin Message

  • Manages communication and notifications from the admin to other services and users.
  • Ensures centralized control and monitoring of admin messages.

Room Bookings

  • Handles room booking operations including reservation creation, updates, and cancellations.
  • Provides availability checks and booking confirmations.

Facilities

  • Manages hotel facilities such as pools, gyms, and conference rooms.
  • Allows booking and scheduling of facilities by hotel guests.

Feedbacks

  • Collects and manages feedback from hotel guests.
  • Provides tools for analyzing feedback to improve services.

Hotels

  • Manages information about different hotels including their locations, amenities, and services.
  • Facilitates the addition, update, and removal of hotel data.

Rooms

  • Manages room details such as types, pricing, and availability.
  • Integrates with the Room Bookings service to ensure accurate availability status.

Users

  • Handles user registration, authentication, and profile management.
  • Provides role-based access control to different services.

Features

  • Microservices Architecture: Each service is independent and can be developed, deployed, and scaled individually.
  • Scalability: Easily handle increased load by scaling individual services.
  • Modularity: Services are loosely coupled, allowing for easy maintenance and updates.
  • Real-World Experience: Provides hands-on experience with microservices, similar to real-world enterprise applications.

Live Image Backend

image

Live Image Frontend

Admin Panel

image

Owner Panel

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages