POT is a Spring Boot application designed to track poker session results within a group of players which helps to analyze player financial gains/losses over the long term.
The application allows users to:
- Create and manage players
- Record poker sessions
- Track gains and losses for each participant
- View historical results
- Calculate overall balances across multiple sessions
The project is still in its development phase.
- Java
- Spring Boot
- Maven
- REST API
- Relational Database (PostgreSQL)
The goal of POT is to provide a simple and reliable way to keep track of poker outcomes without relying on spreadsheets or manual calculations. By maintaining a history of sessions and player balances, the application helps groups easily determine who won, who lost, and by how much over time.