- View rooms
- Create rooms
- Delete rooms
- Reserve a room
- View Clients
- Create Clients
- Create Reservations for Clients
- Update reservations
- Delete reservations
- Search reservations by client and by id
- View reservations created today
- View reservations that will expire today
To get started with the hotel app, follow these steps:
- Clone the repository:
git clone https://github.com/48544D/Hotel-Reservations-Cpp.git
- Navigate to the project directory:
cd Hotel-Reservations-Cpp
- Compile the source code:
g++ main.cpp -o hotel
- Run the application:
./hotel
Simply follow the on-screen instructions to use the hotel app.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.