Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickenshidqia/build_a_hotel_booking_app_using_python
Build a Hotel Booking App Using Python that enables users to check their book hotel rooms by entering the hotel ID and their card information.
https://github.com/nickenshidqia/build_a_hotel_booking_app_using_python
oop oop-principles oriented-object-programming python
Last synced: about 1 month ago
JSON representation
Build a Hotel Booking App Using Python that enables users to check their book hotel rooms by entering the hotel ID and their card information.
- Host: GitHub
- URL: https://github.com/nickenshidqia/build_a_hotel_booking_app_using_python
- Owner: nickenshidqia
- Created: 2024-01-01T10:16:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T10:26:54.000Z (about 1 year ago)
- Last Synced: 2024-11-05T21:47:18.244Z (3 months ago)
- Topics: oop, oop-principles, oriented-object-programming, python
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Hotel Booking App Using Python in OOP Style
## Project Description
**Overview :**
The Hotel Booking App is a comprehensive reservation system built using Python, employing Object-Oriented Programming (OOP) principles. This application enables users to seamlessly book hotel rooms by entering the hotel ID and their card information.**Challenges :**
Build a Hotel Booking App Using Python in Object-Oriented Programming Style.## Project Goal
The project aims to enables users to check their book hotel rooms by entering the hotel ID and their card information.
## Tools & Library Used
[](https://www.python.org/)
## Project Result
[Click here to get full code](https://github.com/nickenshidqia/Build_a_Hotel_Booking_App_Using_Python/blob/4aeee020b91b13de4d584b4aa306f16cfaccd776/main.py)
### Hotel Database :
- Maintain a database of hotels, each identified by a unique ID.
- Include details such as hotel name, location, capacity, and availability.
### Booking System :
- Validate the availability of rooms and confirm the booking by providing a unique hotel ID.
- Integrate a secure payment system for processing card transactions.