Playground project to test and practice different tools for Backend development with Spring Framework and Docker
This project serves as a sandbox environment for exploring Spring technologies and Docker containerization. It includes a simple Spring Boot application with database integration, all containerized for easy setup and experimentation.
- Java 21
- Spring Boot 3.3
- Gradle 8.7
- PostgreSQL
- Docker & Docker Compose
- Docker and Docker Compose installed
# Start the application with database
docker-compose up
# Rebuild and start (after code changes)
docker-compose up --buildThe application will be accessible at http://localhost:8080