CashCard is a minimalistic application designed to demonstrate and practice the principles of Test-Driven Development (TDD). The main goal of this project is to apply TDD methodology in a real-world scenario by focusing on incremental development, testing, and refactoring.
- Java 17
- Spring Boot 3.3.5
- Spring Data JDBC
- H2 Database
- JUnit
- Gradle