/Loan_Management_System__NETBEANS

A standalone loan management application that lets you track the loan of users for every registered user. It is useful to maintain track of loans taken by users.

Primary LanguageJava

Loan Management System

Table of Contents:


About the Project:

A standalone loan management application that lets you track the loan of users for every registered user. It is useful to maintain track of loans taken by users.

  • Author: Akshit Mangotra
  • IDE Used: Apache NETBEANS
  • Technology Used: Java

How to run the Project:

  • Open the terminal and run the following command below:

git clone https://github.com/Akshit6828/Loan_Management_System__NETBEANS.git

  • Navigate to folder src\login\activity and run following command: javac Home.java
  • Run the project by running following command: java Home
  • It will successfully start the project. 😄

Project Features:

This project includes the following features:

  • Create a Database for an orginization for saving its employee data.
  • Add new users in database who seeking loan.
  • Update the exisiting Users in Database.
  • Read users history of records.
  • Delete a users data when the loan in completed.