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.
- Host: GitHub
- URL: https://github.com/koczoo/hotelmanager
- Owner: KoczOo
- Created: 2025-02-19T12:35:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-19T12:53:38.000Z (over 1 year ago)
- Last Synced: 2025-06-30T02:05:25.522Z (12 months ago)
- Topics: angular, html, java, postgresql, primng, rxjs, scss, spring-boot
- Language: HTML
- Homepage:
- Size: 759 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.