English | 中文
The Amazing Bank is a modern banking platform designed to provide secure and scalable backend services for both personal and business customers. Our backend ensures reliable data processing and API services for the frontend application.
This project is a Spring Boot backend application built with:
- Java 17
- Spring Boot 3.1
- Maven build tool
- RESTful API architecture
- Spring Security for authentication
The application consists of several key components:
- AbankApplication: Main application entry point
- DefaultController: Main REST controller handling API requests
- application.properties: Configuration file for environment settings
- RESTful API endpoints for banking operations
- Secure authentication and authorization
- Scalable architecture for high traffic
- Integration with frontend application
- Configuration management through properties file
We welcome contributions to this project! Please follow these guidelines:
- Fork the repository
- Create a new branch for your feature
- Submit a pull request with detailed description of changes
- Clone the repository
- Build the project:
mvn clean install
- Run the application:
mvn spring-boot:run
- Access the API at:
http://localhost:8080
MIT License - See LICENSE file for details