Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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