Skip to content

SoftHot is a comprehensive hotel management system built with Django and Python, designed to streamline daily hotel operations. hotel staff can efficiently manage reservations, track room availability, and provide guests with a smooth booking experience. This system simplifies back-end processes, helping hotels deliver a seamless guest experience.

License

Notifications You must be signed in to change notification settings

lamodots/SoftHot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftHot: Hotel Management System

SoftHot is a comprehensive hotel management system built with Django and Python, designed to streamline daily hotel operations. hotel staff can efficiently manage reservations, track room availability, and provide guests with a smooth booking experience. This system simplifies back-end processes, helping hotels deliver a seamless guest experience.

Features

  • User Authentication: Secure user authentication and authorization system to ensure that only authorized personnel can access and manage the system.

  • Room Management: Easily manage and track the status of rooms, including availability, occupancy, and maintenance.

  • Check-In/Check-Out: Streamline the check-in and check-out processes for guests, ensuring a smooth experience.

  • Multi-Platform Support: Responsive design for seamless use on various devices, including desktops, tablets, and smartphones.

Screenshots

Screenshot Name Image
create_guest.png create_guest.png
guest_details.png guest_details.png
profile.png profile.png
room_details.png room_details.png
create_reservation.png create_reservation.png
guest_list.png guest_list.png
profile_update.png profile_update.png
room_list.png room_list.png
create_room.png create_room.png
login.png login.png
reservation_details.png reservation_details.png
room_reservations.png room_reservations.png
dashboard.png dashboard.png
password_change.png password_change.png
reservations_all.png reservations_all.png
update_reservation.png update_reservation.png

Installation

  1. Clone the repository:

    git clone https://github.com/lamodots/SoftHot.git
  2. setup:

    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver 0.0.0.0:8000
    

Configuration

  • Update the database settings in hotelhub/settings.py to use your preferred database.
  • Customize the application settings in hotelhub/settings.py as needed.

About

SoftHot is a comprehensive hotel management system built with Django and Python, designed to streamline daily hotel operations. hotel staff can efficiently manage reservations, track room availability, and provide guests with a smooth booking experience. This system simplifies back-end processes, helping hotels deliver a seamless guest experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published