This repository contains the backend code for a banking web application developed for educational purposes. The project was collaboratively built by a team of over 20 members, utilizing Java Spring for the backend and SQL for database management. This backend system handles the core functionalities required for banking services, such as account management, transaction processing, and user authentication.
- Java Spring: Primary framework used to build the backend services.
- SQL: Database technology for storing and managing banking data.
- Docker: Used for containerization and environment consistency.
- TablePlus: Tool used for database management.
- JUnit: Framework for writing and running unit and integration tests.
- User authentication and authorization
- Account creation and management
- Transaction handling (deposits, withdrawals, transfers)
- Database management and operations (SQL)
- Dockerized environment for ease of deployment