Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksonsamuval/booking-application
Simple Hotel Booking Application.
https://github.com/jacksonsamuval/booking-application
java jpa-hibernate mysql spring-boot
Last synced: 10 days ago
JSON representation
Simple Hotel Booking Application.
- Host: GitHub
- URL: https://github.com/jacksonsamuval/booking-application
- Owner: jacksonsamuval
- Created: 2024-11-11T16:03:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T10:06:01.000Z (3 months ago)
- Last Synced: 2024-12-05T02:12:24.973Z (2 months ago)
- Topics: java, jpa-hibernate, mysql, spring-boot
- Language: Java
- Homepage:
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Hotel Booking Application Using Java (Spring Boot)
## Features
1. **Get All The Users**
Retrieve details of all the registered users.
![Users Screenshot](https://github.com/jacksonsamuval/Booking-Application/blob/b533ea4ceb46f11ad042d82c32b71724a8276da0/HotelBooking/All_Users.png)2. **Add a New Hotel**
Hotel owners can add new hotel details to the system.
![Hotel Screenshot](https://github.com/jacksonsamuval/Booking-Application/blob/b533ea4ceb46f11ad042d82c32b71724a8276da0/HotelBooking/Save_hotels.png)3. **Hotel Bookings**
View all bookings made by users, including their details.
![Bookings Screenshot](https://github.com/jacksonsamuval/Booking-Application/blob/b533ea4ceb46f11ad042d82c32b71724a8276da0/HotelBooking/All_Bookings.png)4. **All Hotels**
View a list of all hotels available in the database.
![All Hotels Screenshot](https://github.com/jacksonsamuval/Booking-Application/blob/b533ea4ceb46f11ad042d82c32b71724a8276da0/HotelBooking/All_Hotels.png)5. **Booking Rooms**
Check the status of booked rooms (whether confirmed or not).
![Room Booking Screenshot](https://github.com/jacksonsamuval/Booking-Application/blob/b533ea4ceb46f11ad042d82c32b71724a8276da0/HotelBooking/Booking%20Rooms.png)## Technologies Used
- **Backend**: Java, Spring Boot
## Setup Instructions
1. Clone the repository:
```bash
git clone https://github.com/jacksonsamuval/Booking-Application.git