Skip to content

xerx593/BankAppBackend

 
 

Repository files navigation

Security Headers

BankAppBackend

A free-time project trying to simulate a banking application, with basic security using JWT, providing customer account management, including related financial products and basic transactions.

The application communicates with the front-end using JSON objects through REST endpoints and offers an API that is used to manage user accounts by an authorized person (having "ROLE_ADMIN").
There is an option to register for new clients and existing clients can use login. JWT is used to enter the client zone, and it allows viewing the client's data, changing personal information, establishing or canceling a financial product (such as a savings account, increasing your deposits faster than any other in the world) or sending money from your own account to another . The possibility of depositing or withdrawing cash is a matter of course.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%