Welcome to the JDBC Project repository! This repository contains Java applications demonstrating the use of JDBC (Java Database Connectivity) for managing student and bank data. Below, you'll find a brief overview of the files and instructions on how to set up and run the project.
-
BankDB.java
- This class handles the connection to the database. It includes methods to establish and close connections.
-
BankManagement.java
- Provides all the methods for bank management, such as transferring funds, managing accounts, and other banking operations.
-
bank.java
- Provides a menu for the customer, where they can create accounts, transfer funds, and perform other banking activities.
- Project.java
- Main class for student management. It includes methods for adding, updating, and retrieving student information.
- JDK (Java Development Kit) installed
- A postgreSQL database set up with the required tables and data
- JDBC driver for postgreSQL
- Clone the repository:
git clone https://github.com/Sabin-Karki/JDBC-project.git