Skip to content

tejasjadhav30/EasyPay-BankApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

EasyPay-BankApplication

EasyPay-BankApplication is a simple and user-friendly banking application designed to manage and facilitate basic banking operations such as account creation, deposit, withdrawal, balance inquiry, and fund transfer.

Features

  • Account Creation: Create new bank accounts with unique account numbers.
  • Deposit: Deposit money into any account.
  • Withdrawal: Withdraw money from any account, ensuring sufficient balance.
  • Balance Inquiry: Check the current balance of any account.
  • Fund Transfer: Transfer funds between accounts securely.
  • Transaction History: View transaction history for each account.

Installation

To get a local copy up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/EasyPay-BankApplication.git
  2. Navigate to the project directory:

    cd EasyPay-BankApplication
  3. Install the necessary dependencies:

    npm install
  4. Run the application:

    npm start

Usage

Once the application is up and running, you can access it via http://localhost:3000 in your web browser. Follow the on-screen instructions to create an account, deposit money, withdraw money, check balances, and transfer funds.

Example Usage:

  • Creating an Account:

    1. Click on 'Create Account'.
    2. Enter the required details (Name, Initial Deposit, etc.).
    3. Submit the form to create the account.
  • Depositing Money:

    1. Navigate to the 'Deposit' section.
    2. Enter the account number and the amount to deposit.
    3. Submit to complete the transaction.
  • Withdrawing Money:

    1. Go to the 'Withdraw' section.
    2. Provide the account number and the withdrawal amount.
    3. Submit to withdraw money from the account.
  • Checking Balance:

    1. Click on 'Balance Inquiry'.
    2. Enter the account number.
    3. View the current balance.
  • Transferring Funds:

    1. Navigate to the 'Transfer Funds' section.
    2. Enter the source account number, destination account number, and amount.
    3. Submit to complete the transfer.

Technologies Used

  • Backend: Springboot-Microservices
  • Database: MYSQL
  • Frontend: React.js
  • Styling: CSS, Bootstrap

Contributing

Contributions are welcome! To contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Open a pull request.

Contact

For any questions or feedback, feel free to reach out:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors