Simple Spring Boot app with Alpine.js frontend and Spring Data JDBC backend.
- Java 24
- Maven (or use
./mvnw
wrapper) - PostgreSQL
Install PostgreSQL:
brew install postgresql && brew services start postgresql
Run the app:
./mvnw spring-boot:run
Open: http://localhost:8080
Stop: Ctrl+C
Run tests:
./mvnw test
Clean build:
./mvnw clean