Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reetumt/hotel-management
This project, developed in Java and connected to SQL, is a hotel management system that helps people reserve rooms. If a room is already booked, users can update their reservations. They can also cancel their bookings and exit if they no longer wish to stay.
https://github.com/reetumt/hotel-management
eclipse-ide java jdbc-connector jdbc-driver mysql-database
Last synced: about 2 months ago
JSON representation
This project, developed in Java and connected to SQL, is a hotel management system that helps people reserve rooms. If a room is already booked, users can update their reservations. They can also cancel their bookings and exit if they no longer wish to stay.
- Host: GitHub
- URL: https://github.com/reetumt/hotel-management
- Owner: ReetuMT
- Created: 2024-08-27T08:18:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T13:20:48.000Z (5 months ago)
- Last Synced: 2024-10-16T19:26:09.025Z (3 months ago)
- Topics: eclipse-ide, java, jdbc-connector, jdbc-driver, mysql-database
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Output
HOTEL MANAGEMNET SYSTEM
1 . Reserver a Room
2. View Reservations
3. Get Room Number
4. Update Reservations
5. Delete Reservations
0 Exit
------
Choose an Option:
1
Enter Your Name :
reetu
Enter room number :
101
Enter your contact number :
798798798
Reservation SuccessfullHOTEL MANAGEMNET SYSTEM
1 . Reserver a Room
2. View Reservations
3. Get Room Number
4. Update Reservations
5. Delete Reservations
0 Exit
--------
Choose an Option:
2
Current Reservation :
-----------------------------------------------------------------------------
| Reservation ID | Guest | Room Number | Contact Number |
------------------------------------------------------------------------------
| 1234 | Reetu | 101 | 798798798 |
------------------------------------------------------------------------------