REST API for managing service requests, built with Spring Boot.
Backend service exposing a secured REST API for request/ticket management. Uses JWT authentication, PostgreSQL persistence and Flyway database migrations.
Java 17 · Spring Boot 3.1 · Spring Security + JWT · Spring Data JPA/JDBC · PostgreSQL · Flyway · Maven
# with Docker
docker-compose up
# or locally (needs PostgreSQL)
./mvnw spring-boot:run