Skip to content

A hotel management system, made using object-oriented programming, multi-threading and file-handling in Java, that keeps records of guests & their bookings, rooms, admins, staff, etc.

License

code-chaser/hotel-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotel-management-system   Generic badge License: MIT Generic badge Forks: Count

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


Check Out:

  1. BUILD & EXECUTE
  2. SCREENSHOTS
  3. TECH STACK
  4. TEAM

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


image

image

image

image



Tech Stack

  • JAVA


Made with 🤍 by:






Hope you like it!


About

A hotel management system, made using object-oriented programming, multi-threading and file-handling in Java, that keeps records of guests & their bookings, rooms, admins, staff, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published