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 months ago
JSON representation
A Dynamic Banking API using Spring Boot
- Host: GitHub
- URL: https://github.com/akshatsrivastava0312/banking-application-api
- Owner: AkshatSrivastava0312
- Created: 2024-06-01T14:02:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T14:17:41.000Z (about 1 year ago)
- Last Synced: 2025-01-16T17:00:25.304Z (6 months ago)
- Topics: api, api-rest, java, mysql, mysql-database, server-side, spring, spring-boot, springboot, sql
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.