Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.15 KB

File metadata and controls

39 lines (26 loc) · 1.15 KB

Banking System Application

This is a simple console-based User Management System developed using Java. The project is structured using Object-Oriented Programming (OOP) principles such as encapsulation, inheritance, abstraction and polymorphism.


Technologies Used

  • Java (JDK 8 or above)
  • Console-based I/O
  • OOP Principles

Getting Started

How to Run

Before you begin, ensure the following tool is installed on your system:

You can check installation using:

java --version
  • Download the latest UserManagementSystem.jar from the Release page
  • Open a terminal or command prompt and navigate to the folder where the .jar file is located
  • Run the application:
java -jar UserManagementSystem.jar

License

This project is licensed under the MIT License – see the LICENSE file for details.

License: MIT