Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.24 KB

File metadata and controls

50 lines (30 loc) · 1.24 KB

💳 Java Banking System (NetBeans + MySQL)

This is a simple banking system created using Java (NetBeans IDE) and MySQL as the backend database. It demonstrates basic banking functionalities and helps beginners understand Java GUI, JDBC, and database interactions.


✨ Features

  • 🧾 Create a new account
  • 💰 Check account balance
  • 🔁 Transfer money between accounts
  • 📜 View transaction history (credit & debit status)
  • 🔐 Basic login & account verification

⚙️ Tech Stack

  • Java (Swing + JDBC)
  • NetBeans IDE
  • MySQL Database

📸 Screenshots

image image image image


🚀 How to Run

  1. Clone this repository:
    git clone https://github.com/your-username/your-repo-name.git
    
    

AUTHORS