Skip to content

Latest commit

 

History

History
439 lines (260 loc) · 10.6 KB

File metadata and controls

439 lines (260 loc) · 10.6 KB

Spring Boot Projects

A curated collection of Spring Boot projects I've built while exploring different aspects of the framework - from microservices to security, REST APIs, and full-stack integrations.

Projects

Projects Description
auto A micro job continuity service
ecommerce A complete ecommerce backend
patient-management A micro-service of a healthcare record management system
quizapp A backend for a quiz application
securitydemo A demo for implementing Spring Security
social A mini social media API

Purpose

This repository serves as my hands-on Spring Boot lab, where I experiment with:

  • REST API design
  • Microservices communication
  • Security implementation
  • Full-stack integration
  • Protobuf + gRPC configs
  • CI/CD with Docker

Tech Staack

  • Java 17+
  • Spring Boot 3+
  • Docker
  • Maven