Skip to content

48544D/Hotel-Reservations-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel App

This is a simple hotel management application written in C++.

Features

  • 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

Getting Started

To get started with the hotel app, follow these steps:

  1. Clone the repository: git clone https://github.com/48544D/Hotel-Reservations-Cpp.git
  2. Navigate to the project directory: cd Hotel-Reservations-Cpp
  3. Compile the source code: g++ main.cpp -o hotel
  4. Run the application: ./hotel

Usage

Simply follow the on-screen instructions to use the hotel app.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published