Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akshatsrivastava0312/banking-application-api
- Owner: AkshatSrivastava0312
- Created: 2024-06-01T14:02:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T14:17:41.000Z (6 months ago)
- Last Synced: 2024-06-01T16:19:26.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.