Skip to content

This is basically a Project on ATM working using Java and MySQL as Backend. Secure, Seamless, and Smarter Banking at Your Fingertips.A Java-based ATM system with robust functionality like PIN change, balance inquiry, and mini-statement generation.

License

Notifications You must be signed in to change notification settings

HimanshuHeda/Bank_Management_System_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Management System (ATM Machine)

Introduction

The Bank Management System ATM Machine project is a Java-based application that simulates basic banking operations through an ATM-like interface. This system provides users with features like PIN change, cash withdrawal, deposit, balance inquiry, and more.

The application uses Java Swing for the graphical user interface and establishes database connectivity to perform operations securely.

Features

Deposit: Add money to your bank account. Cash Withdrawal: Withdraw money from your account. Fast Cash: Quick withdrawal of pre-defined amounts. Balance Inquiry: Check your current account balance. Mini Statement: View a summary of recent transactions. PIN Change: Securely update your ATM PIN. Exit: Safely log out of the application.

Technologies Used

Programming Language: Java GUI Framework: Swing (Java) Database: MySQL Database Connectivity: JDBC IDE: IntelliJ IDEA / Eclipse / NetBeans (or any Java IDE) Installation and Setup Prerequisites JDK 8 or higher installed on your machine. MySQL Server installed and configured. An IDE for Java development (e.g., IntelliJ IDEA, Eclipse, or NetBeans). Steps

Clone the repository or download the source code.

git clone https://github.com/HimanshuHeda/BankManagementSystem.git Open the project in your Java IDE. Set up the database: Import the provided SQL script (database_setup.sql) to create the required tables in MySQL. Update the Conn class with your MySQL credentials. Compile and run the project: Execute the Transactions or Main class to launch the application. Database Structure The project uses the following tables:

bank: Stores user account details and transactions. login: Manages user authentication. signupthree: Contains user registration details.

Sample Table Structure:

sql CREATE TABLE bank ( account_no INT PRIMARY KEY, name VARCHAR(50), balance DOUBLE, pin VARCHAR(4) );

How to Use

Run the application. Log in using your account PIN. Select the desired operation from the menu. Follow the on-screen prompts to complete the transaction. Log out when finished by clicking the Exit button.

Screenshots

Login Page:

image

SignUpOne:

image

Main Transactions Menu:

image

PIN Change Interface:

image

Withdrawl:

Screenshot 2025-01-15 153737

FastCash:

image

Known Issues Ensure all database credentials are correct to avoid connection issues. Add input validation for robust error handling. Future Enhancements Add multi-user support with unique account numbers. Integrate OTP verification for additional security. Enhance the GUI for a more modern user experience.

Contributing

Contributions are welcome! If you want to contribute:

Fork the repository. Create a new feature branch. Commit your changes. Submit a pull request.

License

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

Contact

For any queries or suggestions, feel free to reach out:

Name: Himanshu Heda Email: himanshuheda123@gmail.com GitHub: https://github.com/HimanshuHeda Linkedin: https://www.linkedin.com/in/himanshu-heda/

About

This is basically a Project on ATM working using Java and MySQL as Backend. Secure, Seamless, and Smarter Banking at Your Fingertips.A Java-based ATM system with robust functionality like PIN change, balance inquiry, and mini-statement generation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages