Back to projects

pastebin-app

Full-stack Pastebin demo with Spring Boot 3, React, Keycloak SSO, MinIO object storage, and Docker Compose. Shows REST API design, containerized infrastructure, and role-based access control in a sandbox setup.

Key Features

  • Implements a Spring Boot 3 REST API with a React frontend
  • Uses Keycloak SSO and role-based access control for authentication flows
  • Runs PostgreSQL, MinIO, and app services in a local Docker Compose setup

Technologies

JavaSpring BootReactKeycloakDockerPostgreSQLMinIO
A full-stack Pastebin demo built with a Spring Boot 3 REST API, React frontend, Keycloak SSO for authentication, MinIO for object storage, and PostgreSQL for persistence. The project focuses on architecture and integration points in a local Docker Compose setup rather than production hardening.