Hotel Management
Description:
Developed an information system for managing hotels and hotel chains, enabling administrators to track key details such as location, contact information, and official ratings. The system facilitates efficient management of hotel data, including adding new hotels to the chain and updating existing records.
Project Development Process:
- Database Design and Management:
-
The project began with the creation and management
of a database in PostgreSQL using pgAdmin.
Tables were designed with specific parameters to store hotel-related data (e.g., hotel name, location, contact information, rating).
Data was inserted into the respective tables, and queries were written to retrieve or combine data from multiple tables into a single result. - Implementation in Java
-
After the database structure was finalized, the system was implemented in Java
to provide a user-friendly interface and additional functionality.
Key features implemented include CRUD operations (Create, Read, Update, Delete) for managing hotel records.
Search functionality was added to find hotels by name, ID, or other criteria.
Technologies:
- PostgreSQL:
- Primary technology used for database design, management, and query execution.
- Java:
- Secondary technology used for implementing the application logic and user interface.
- Development Tools:
- IntelliJ IDEA, pgAdmin