Patient Management System

Patient Management System

A production-style backend system enabling patients to manage OPD bookings, lab tests, and medical equipment procurement. It centralizes patient needs, streamlining tracking and expenditures.

Secured Routes

Stateless JWT Authentication protocols

⛓️
Distributed Messaging

Asynchronous event-driven logic using Apache Kafka

Secured Routes

Stateless JWT Authentication protocols

🛡️
API Gateway

Centralized entry point for service routing & security

SPRING BOOT 3 KAFKA JWT AUTH POSTGRESQL REST API gRPC
ECommerce Backend

ECommerce Backend Demo

Clean layered Java backend demonstrating a scalable product service with CR(U)D operations, database persistence, and service abstraction for future extensibility.

🗂️
Modular Backend Layers

Controller → Service → ORM (JPA + Hibernate)

💾
Persistent Data Store

PostgreSQL integration via Spring JPA repositories

SPRING BOOT JPA / HIBERNATE POSTGRESQL REST API JAVA