# Hotel Guevarini ## Docs - [Database Configuration](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/configuration/database.md): Configure the MySQL database connection for Hotel Guevarini using the Conexion class in php/conexion.php. - [Roles & Permissions](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/configuration/roles-permissions.md): Understand the two user roles in Hotel Guevarini and which features each role can access. - [Email (SMTP) Configuration](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/configuration/smtp-email.md): Configure PHPMailer SMTP credentials to enable transactional emails for registration, verification, and password recovery. - [Authentication & Security](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/features/authentication.md): How to log in, register, verify your email, recover your password, and manage sessions in Hotel Guevarini. - [Client Management](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/features/clients.md): How Administrators create, edit, and manage guest client records in Hotel Guevarini. - [Reservations](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/features/reservations.md): How to create, view, update, and cancel hotel reservations in Hotel Guevarini. - [Room Management](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/features/rooms.md): How to view, create, edit, and delete hotel rooms in Hotel Guevarini. - [User Management](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/features/users.md): How Administrators create, edit, and manage system login accounts in Hotel Guevarini. - [Installation](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/installation.md): Full installation walkthrough for Hotel Guevarini, from prerequisites to first login. - [Introduction](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/introduction.md): An overview of Hotel Guevarini, a PHP/MySQL web application for managing hotel operations. - [Quick Start](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/quickstart.md): Get Hotel Guevarini running and log in to the system in under ten minutes. - [Database Schema](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/reference/database-schema.md): Complete reference for the hotel_guevarini_publico MySQL database, including all tables, columns, constraints, and relationships. - [File Structure](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/reference/file-structure.md): Overview of the Hotel Guevarini project directory layout, key files, and the separation between frontend views and backend PHP handlers. - [Troubleshooting](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/reference/troubleshooting.md): Solutions to common setup and runtime problems in the Hotel Guevarini system. ## OpenAPI Specs - [openapi](https://mintlify.wiki/EmirPolito/CRUD-HOTEL-GUEVARINI-Publico/api-reference/openapi.json)