/CashCard

A simple application developed to implement Test-Driven Development (TDD).

Primary LanguageJava

CashCard

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.

Technologies

  • Java 17
  • Spring Boot 3.3.5
  • Spring Data JDBC
  • H2 Database
  • JUnit
  • Gradle