Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 Successfull

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:

2

Current Reservation :

-----------------------------------------------------------------------------

| Reservation ID | Guest | Room Number | Contact Number |

------------------------------------------------------------------------------

| 1234 | Reetu | 101 | 798798798 |

------------------------------------------------------------------------------