Skip to content

04Sahil/Banking-Management-System-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Management System

This Java-based Banking Management System simulates core banking operations such as user account creation, balance tracking, deposits, and withdrawals. Designed as a console application, it provides a basic framework to manage customer accounts in a structured and object-oriented manner.

How to run?

  1. Clone the repository

  2. Import it in Eclipse IDE:

Go to File → Import → Existing Projects into Workspace

Browse to the cloned folder → Click Finish

  1. Set Up the Project Structure:

Make sure your .java files are inside the src folder.

If not, right-click src → New → Package (e.g., bankingapp) and move .java files there.

  1. Check for the main class (BankingApp.java)

  2. Build and Run:

Right-click BankingApp.java → Run As → Java Application.

Use the console to interact with the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages