ayushazuri / hotel-management-system

A Java-based application for managing daily operations of a Hotel such as booking rooms, maintaining customer details, ordering food, and generating invoices. The app incorporates several concepts of Object- Oriented Programming and Exception Handling.
0 stars 0 forks source link

How to run this app #1

Open MrMagloire opened 3 years ago

MrMagloire commented 3 years ago

Thank you developing this management system; but for one person who don't develop with java, can you write how to run this app in readme file ?

ayushazuri commented 3 years ago

Hey, This project is actually just a simple program that you can run using your IDE, I usually prefer IntelliJ. This was one of the projects that I did in my college years so it's very simple and does not contain any GUI or such. So to run it : 1) Clone the Repo 2) Open the folder in your preferred IDE. 3) Run and compile the file. The entry point is Hotel_Management_System.java 4) And then in your terminal, you will get the menu, options from which you have to choose and perform all the functionality present in this project.