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

https://github.com/koczoo/hotelmanager

Semester project for the Object-Oriented Programming course at Kielce University of Technology (third semester). The project focuses on managing hotel operations, including reservations, rooms, and guest information.
https://github.com/koczoo/hotelmanager

angular html java postgresql primng rxjs scss spring-boot

Last synced: 3 months ago
JSON representation

Semester project for the Object-Oriented Programming course at Kielce University of Technology (third semester). The project focuses on managing hotel operations, including reservations, rooms, and guest information.

Awesome Lists containing this project

README

          

# HotelManager
This is a semester project for the Object-Oriented Programming course at Kielce University of Technology (third semester). The project focuses on managing hotel operations, including reservations, rooms, and guest information.

---

## Features
- Room Management: Add, update, or remove rooms with specific attributes (e.g., type, price).
- Reservation System: Allows customers to book rooms, view availability, and cancel bookings.
- Guest Management: Track guest details, including personal information and booking history.
- Billing: Generate invoices based on room prices and booking duration.

---

## Technologies Used

- **Java**: Core programming language used for the backend implementation.
- **Spring Boot**: Framework used for creating a RESTful API and handling backend logic.
- **PostgreSQL**: Database used for storing room, reservation, and guest data.
- **Angular**: Frontend framework used for building the user interface.
- **PrimeNG**: UI component library for Angular used to create modern, responsive layouts.
- **RxJS**: Library used in Angular for reactive programming and handling asynchronous data streams.