The BankInfo Application is a Spring Boot project that allows users to perform CRUD (Create, Read, Update, and Delete) operations on bank information.
This application is built to showcase:
- Clean architecture
- Efficient data management using Spring Boot
- ✅ Create new bank information records.
- ✅ Read and retrieve details of all banks or specific bank records.
- ✅ Update existing bank information.
- ✅ Delete bank records seamlessly.
- 🌐 RESTful APIs for easy integration and usage.
- Spring Boot: For rapid backend development and RESTful APIs.
- Spring Data JPA: For database interaction.
- MySQL: For data storage.
- Maven: For project dependency management.