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.
- Java (JDK 8 or above)
- Console-based I/O
- OOP Principles
Before you begin, ensure the following tool is installed on your system:
- Java JDK 8 or higher → Download Java
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
This project is licensed under the MIT License – see the LICENSE file for details.