Skip to content

A simple console program to manage hotel reservation like add room hotel, booking room, authentication, etc

License

Notifications You must be signed in to change notification settings

Sleepy4k/cpp-hotel-reservation

Repository files navigation

Hotel Reservation

A simple console program to manage hotel reservation like add room hotel, booking room, authentication, etc

Screenshots

App Screenshot

Tech Stack

Software: C++

Features

  • Authentication system
  • CSV File
  • Unit test

Lessons Learned

When i make this software, i learn how to manage memory and optimize software. Also in this project i use many class i need to manage that all oop, and learn how to make hashing to encrypt password and important data.

Run Locally

Clone the project

  git clone https://github.com/Sleepy4k/cpp-hotel-reservation.git

Go to the project directory

  cd cpp-hotel-reservation

Build the cpp file

  g++ -std=c++11 ./src/main.cpp  -o ./output/main

Start the project

  ./output/main

If you want to run unit test, build main test file

  g++ -std=c++11 ./tests/main_test.cpp  -o ./output/main_test

Start the unit test project

  ./output/main_test

Want to run just one command? run shell script in command prompt for auto execute build command

  ./build_${project/unit_test}.sh

Environment Variables

To run this project, you will need to add the following environment variables to your windows environment

g++

Acknowledgements

Feedback

If you have any feedback, please reach out to us at [email protected]

License

MIT

About

A simple console program to manage hotel reservation like add room hotel, booking room, authentication, etc

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published