๐ฆ Banking Management System
A comprehensive Banking Management System developed using Java, Spring Boot, MySQL, and Swagger UI for API documentation. This project automates basic banking operations, including managing customer accounts, handling credit and debit card payments, deposits, withdrawals, and balance inquiries.
๐ Features
โ Customer Management: Create, update, and delete customer accounts. โ Bank Operations: Deposit, withdraw, and transfer money between accounts. โ Payment Systems: Process payments using Credit and Debit Cards. โ Balance Inquiry: View the balance of a customerโs account. โ Credit and Debit Card Transactions: Manage card-related operations including payments. โ API Documentation: Interactive documentation using Swagger UI for testing endpoints. โ Error handling and status codes via REST API. โ RESTful architecture built with Spring Boot.
๐ ๏ธ Tech Stack
- ๐จโ๐ป Backend: Java, Spring Boot
- ๐๏ธ Database: MySQL
- ๐ Architecture: REST API (JSON format) SOA (Service-Oriented Architecture)
- ๐ฆ Build Tool: Maven
- ๐ API Documentation: Swagger UI