Skip to content

caraX0/BankingPortal-angular-UI

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

  • Java Spring Boot Framework
  • Spring Security for authentication
  • JWT (JSON Web Token) for secure API authentication
  • MySQL for data storage
  • Hibernate for object-relational mapping
  • Maven for project management
  • Postman for API testing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published