MCPcopy Index your code
hub / github.com/code-chaser/hotel-management-system

github.com/code-chaser/hotel-management-system @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
98 symbols 210 edges 8 files 2 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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: bash cd ./src make compile
  • for executing them: bash cd ./bin make run
  • for cleaning build folder: bash 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!


Core symbols most depended-on inside this repo

print
called by 191
src/com/hms/persons/Address.java
getId
called by 12
src/com/hms/persons/Person.java
assign
called by 10
src/com/hms/persons/Guest.java
isAvailable
called by 10
src/com/hms/rooms/Room.java
assign
called by 6
src/com/hms/persons/Staff.java
getRoomSize
called by 6
src/com/hms/rooms/Room.java
printDetails
called by 5
src/com/hms/persons/Guest.java
getType
called by 5
src/com/hms/persons/Staff.java

Shape

Method 83
Class 15

Languages

Java100%

Modules by API surface

src/com/hms/rooms/Room.java20 symbols
src/com/hms/persons/Staff.java18 symbols
src/com/hms/persons/Person.java15 symbols
src/com/hms/persons/Guest.java15 symbols
src/com/hms/fileHandling/FileHandling.java15 symbols
src/com/hms/persons/Address.java6 symbols
src/com/hms/Hotel.java5 symbols
src/com/hms/Main.java4 symbols

For agents

$ claude mcp add hotel-management-system \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact