Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingkuys2123/hotelreservationsystem
A NetBeans Java OOP2 Project
https://github.com/kingkuys2123/hotelreservationsystem
java mysql
Last synced: 9 days ago
JSON representation
A NetBeans Java OOP2 Project
- Host: GitHub
- URL: https://github.com/kingkuys2123/hotelreservationsystem
- Owner: kingkuys2123
- Created: 2023-11-13T13:50:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T04:11:44.000Z (6 months ago)
- Last Synced: 2024-05-22T05:24:28.588Z (6 months ago)
- Topics: java, mysql
- Language: Java
- Homepage:
- Size: 2.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hotel Management System
An OOP2 Project by: Group 6 - Payter
Members:
- [Cajegas, Angelo](https://github.com/acajegas62)
- [Fermin, Liam Chandler](https://github.com/LiamFermin)
- [Malagapo, Nathan Rener](https://github.com/sytrusz)
- [Nadal, Denz Matthew](https://github.com/Denznadal)
- [Tesaluna, Kristoffer Josh](https://github.com/opsnight)
- [Quitco, Kyle Matthew](https://github.com/kingkuys2123)
## Program Features
#### Guest Registration and Booking:
> - As a guest, I want to search for available rooms based on my travel dates, location, and preferences (e.g., room type, amenities).
> - As a guest, I want to book a room, specify check-in/check-out dates, and receive a confirmation.
#### Room Management and Availability:
> - As a hotel staff member, I want to manage room inventory, update availability, and block rooms for maintenance or special requests.
> - As a guest, I want to view room details, including photos, descriptions, and rates.
#### Check-In and Check-Out:
> - As a guest, I want a smooth check-in process, including key card issuance and payment.
> - As a hotel staff member, I want to record guest check-ins and handle early/late arrivals.
#### Room Service and Requests:
> - As a guest, I want to request room service, housekeeping, or additional amenities.
> - As a hotel staff member, I want to fulfill guest requests promptly and track service history.
#### Billing and Payment:
> - As a guest, I want a transparent billing process, including room charges, taxes, and any additional fees.
> - As a hotel staff member, I want to process payments, handle refunds, and provide accurate invoices.
#### Feedback and Ratings:
> - As a guest, I want to provide feedback on my stay and rate the hotel.
> - As a hotel manager, I want to analyze guest reviews and improve services.
## Accounts
#### Guest
> **Username**: `guest`
> **Password**: `guest`
>
> **Note**: Opens **GUEST SIDE** of the app.#### Staff
> **Username**: `staff`
> **Password**: `staff`
>
> **Note**: Opens **STAFF SIDE** of the app.
## Project Info
#### Languages:
#### Tools:
## Notes
#### Import `hotel.sql` to your local **MySQL** database via `PHPMyAdmin` or any tool before opening/running the app
## Screenshots:
![Alt Text](https://i.imgur.com/IChmNtw.png "Screenshots")