Skip to content

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

License

Notifications You must be signed in to change notification settings

LuminiteTime/Spring-Docker

Repository files navigation

🚀 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published