A hotel management system, made using object oriented programming and file handling in Java, that keeps records of guests & their bookings, rooms, admins, staff, etc. ...
- For Windows users: firstly install
make
for executingMakefile
, from this link; - For Linux users:
make
generally comes pre-installed;- if not, then run the following command:
sudo apt-get install make
- if not, then run the following command:
- Now, run the following commands in the root directory:
- for building class files:
cd ./src make compile
- for executing them:
cd ./bin make run
- for cleaning build folder:
cd ./bin make clean # for linux make clean(win) # for windows
- JAVA
- Yashvardhan Baid - code-chaser
- Prerak Mathur - PrerakMathur20
- Ayush Kumar - ayush0402
- Tejas Taneja - Tj8864
- Shreya Tarwey - ShreyaTarwey
- Akshay Bhatnagar - Astrra