Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishanmihiranga/uni-reserve
hostel management system with Hibernate ORM
https://github.com/krishanmihiranga/uni-reserve
hibernate java mysql reservation-system
Last synced: about 2 months ago
JSON representation
hostel management system with Hibernate ORM
- Host: GitHub
- URL: https://github.com/krishanmihiranga/uni-reserve
- Owner: KrishanMihiranga
- Created: 2023-09-04T12:37:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T12:31:46.000Z (over 1 year ago)
- Last Synced: 2024-04-20T13:11:06.676Z (9 months ago)
- Topics: hibernate, java, mysql, reservation-system
- Language: Java
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNI-RESERVE Hostel Management System
UNI-RESERVE is a Hostel Management System implemented in Java 11 and Hibernate, following a layered architecture. This system is designed to streamline and simplify the management of hostels and reservations for educational institutions or similar establishments.
## Features
- **User-Friendly Interface**: Provides an intuitive and user-friendly interface for managing hostel-related tasks.
- **Layered Architecture**: Utilizes a layered architecture for separation of concerns, making the codebase maintainable and extensible.
- **Database Integration**: Seamlessly integrates with a database using Hibernate for efficient data storage and retrieval.
- **Reservation Management**: Allows administrators to manage room reservations, check-in/check-out, and billing.
- **Student Profiles**: Stores student information and tracks their stay in the hostel.## Installation
To run the UNI-RESERVE Hostel Management System, follow these steps:
1. Clone this repository:
```bash
git clone https://github.com/KrishanMihiranga/uni-reserve.git2. Build the project and download dependencies (Maven)
3. Run the application## Thank you for using UNI-RESERVE Hostel Management System!
![image](https://github.com/KrishanMihiranga/uni-reserve/assets/119467538/4c0c61d6-d592-463d-9aa8-2c21a0ae5c82)