Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akshatsrivastava0312/banking-application-api

A Dynamic Banking API using Spring Boot
https://github.com/akshatsrivastava0312/banking-application-api

api api-rest java mysql mysql-database server-side spring spring-boot springboot sql

Last synced: 4 days ago
JSON representation

A Dynamic Banking API using Spring Boot

Awesome Lists containing this project

README

        

# Banking-Application-API


This is a dynamic Banking Application API using Spring Boot, featuring two controllers: CustomerController for customer management (add, delete, view) and TransactionController for handling transactions (balance enquiry, withdrawal, deposit, transfer). Utilized MySQL for storing customer and transaction data, adhering to design patterns with organized packages (Controllers, Dao, Entities, Services).
I have employed Postman for thorough API testing.