Skip to content

The banking portal API provides secure and efficient endpoints for managing user accounts, transactions, and fund transfers, offering essential banking functionalities with robust error handling and authentication.

License

abhi9720/BankingPortal-API

Repository files navigation

Banking Portal Rest API Using Spring Boot & Spring Security

Fork and Star ⭐ Github Repo For New Feature Update

API Documentation

Banking Portal UI

image

The Banking Portal API provides a set of endpoints for managing user accounts, fund transfers, and transactions. This project aims to facilitate secure and efficient banking operations for users.

Features

  • User Registration: Users can register by providing their details, such as name, email, address, and phone number.
  • PIN Management: Users can create and update their PINs for added security.
  • Cash Deposit and Withdrawal: Users can deposit and withdraw cash from their accounts.
  • Fund Transfer: Users can transfer funds to other accounts within the system.
  • Transaction History: Users can view their transaction history.

Technologies Used

image image image image image image image

TODO

  • UI Fix for Dashboard Charts
  • Pagination in table
  • Save JWT Token in db and remove on logout
  • Email trigger on account login
  • Send Bank Statement on Email

Installation and Setup

  1. Clone the repository: git clone https://github.com/yourusername/banking-portal-api.git
  2. Navigate to the project folder: cd banking-portal-api
  3. Configure MySQL: Set up a MySQL database and update the database credentials in application.properties.
  4. Build and run the project: mvn spring-boot:run

Screenshots

project

Error Handling

The API implements global exception handling for common error scenarios, such as account not found, unauthorized access, and insufficient balance.

How to Contribute

We welcome and encourage developers to contribute to the project and help us make it even better. If you are interested in contributing, follow these steps:

πŸ‘‰πŸ»Fork the Repository: Click on the "Fork" button on the top right corner of the GitHub repository page. This will create a copy of the repository in your GitHub account.

πŸ‘‰πŸ»Clone the Forked Repository: Open your terminal or command prompt and use the following command to clone the repository to your local machine:

git clone https://github.com/your-username/BankingPortal-API.git

Replace your-username with your GitHub username.

πŸ‘‰πŸ»Create a New Branch: Move into the project directory using cd BankingPortal-API and create a new branch for your changes:

git checkout -b feature/your-new-feature

Replace your-new-feature with a descriptive name for your contribution.

πŸ‘‰πŸ»Make Changes: Now, make the desired changes to the codebase using your favorite code editor.

πŸ‘‰πŸ»Commit Changes: After making the changes, save your work and commit the changes with a meaningful commit message:

git add .
git commit -m "Add your commit message here"

πŸ‘‰πŸ»Push Changes: Push your changes to your forked repository:

git push origin feature/your-new-feature

πŸ‘‰πŸ»Create a Pull Request: Go to your forked repository on GitHub, and you'll see a "Compare & Pull Request" button. Click on it to create a new pull request.

πŸ‘‰πŸ»Wait for Review: Your pull request will be reviewed by the project maintainers. Make any necessary changes based on their feedback.

πŸ‘πŸ»πŸ‘πŸ» Congratulations! πŸŽ‰πŸŽŠ Your contribution has been accepted and merged into the main repository. You are now a contributor to the project.

About

The banking portal API provides secure and efficient endpoints for managing user accounts, transactions, and fund transfers, offering essential banking functionalities with robust error handling and authentication.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published