Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.11 KB

File metadata and controls

39 lines (26 loc) · 1.11 KB

🚀 Spring Docker Playground

Java Spring Boot PostgreSQL Docker Gradle

Playground project to test and practice different tools for Backend development with Spring Framework and Docker

🌟 Overview

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.

🛠️ Tech Stack

  • Java 21
  • Spring Boot 3.3
  • Gradle 8.7
  • PostgreSQL
  • Docker & Docker Compose

🚦 Getting Started

Prerequisites

  • Docker and Docker Compose installed

Running the Application

# Start the application with database
docker-compose up

# Rebuild and start (after code changes)
docker-compose up --build

The application will be accessible at http://localhost:8080