Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viraj7066/bank-management-system
This project is a Bank Management System built using Java and MySQL. It allows users to open a new bank account, manage their account details, and perform various banking operations.
https://github.com/viraj7066/bank-management-system
atm bank bank-management-system e-banking java
Last synced: about 10 hours ago
JSON representation
This project is a Bank Management System built using Java and MySQL. It allows users to open a new bank account, manage their account details, and perform various banking operations.
- Host: GitHub
- URL: https://github.com/viraj7066/bank-management-system
- Owner: viraj7066
- Created: 2024-07-18T17:49:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T17:53:40.000Z (4 months ago)
- Last Synced: 2024-07-19T00:14:17.621Z (4 months ago)
- Topics: atm, bank, bank-management-system, e-banking, java
- Language: Java
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank Management System
This project is a Bank Management System built using Java and MySQL. It allows users to open a new bank account, manage their account details, and perform various banking operations.
## Features
- **User Signup**:
- Users can sign up by filling out personal details such as name, DOB, address, email, gender, city, state, marital status, etc.
- **Account Opening**:
- After submitting the signup form, users fill out additional details such as religion, category, income, education, occupation, PAN number, Aadhaar number, senior citizen status, and existing account details.
- **Account Details**:
- Users select their account type (saving account, fixed deposit account, current account, etc.) and specify required services like ATM card, internet banking, mobile banking, email alerts, cheque book, etc.
- The system generates a new account number and PIN for the user.- **ATM Interface**:
- Users deposit an initial amount to activate their account.
- After depositing, users can access features such as deposit, fast cash, PIN change, cash withdrawal, mini statement, balance enquiry, and exit.- **Unique Form Number**:
- Each user is assigned a unique form number during the signup process.- **User Login**:
- Users can log in using their account number and PIN.## Technologies Used
- **Frontend**: Java
- **Backend**: MySQL## How to Use
1. **Signup**: Fill out the personal details form to create a new account.
2. **Account Opening**: Complete the second form with additional personal and financial details.
3. **Account Details**: Choose your account type and required services. Get your new account number and PIN.
4. **ATM Interface**: Deposit an initial amount to activate the account. Use the ATM interface for various banking operations.
5. **Login**: Use your account number and PIN to log in to the system.## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/bank-management-system.git
2. Set up the MySQL database using the provided SQL script.
3. Run the Java application.## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.## Contact
For any queries or issues, please contact [email protected].