hotel-management-system

Introduction

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. ...


Instructions

BUILD & EXECUTE

  • For Windows users: firstly install make for executing Makefile, from this link;
  • For Linux users: make generally comes pre-installed;
    • if not, then run the following command: sudo apt-get install make

  • 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


Screenshots




Tech Stack

  • JAVA


Made with 🤍 by:



Hope you like it!