BankService is a web application that allows users to work with funds (credit,debit,transfer). If the client's balance has been changed, he will be informed by email message. All transactions are saved in PostgresSQL. Also, u can generate a PDF document of your transactions for a certain period.Jwt auth. is provided.
- Java 18
- Spring
- Hibernate
- PostgresSQL
- Jwt
- SpringDoc
- Swagger
- Maven
- login
- createAccount
- creditAccount
- debitAccount
- transfer
- balanceEnquiry
- nameEnquiry
- saveTransaction
- sendEmailAlert