A microservice-based healthcare management system built with Spring Boot, Docker, and REST APIs. CareHub manages patients, appointments, and medical records using service isolation, API Gateway, RabbitMQ messaging, and Keycloak authentication. Designed for scalability, security, and cloud-ready deployments on platforms like AWS.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Add gRPC client integration for Billing Service
da60427View on GitHubRefactor patient-management to patient-service module
914c917View on GitHubMerge branch 'main' of https://github.com/LalalnaGurusinghe/CareHUB
e13e94fView on GitHubUpdate README by removing copyright and Discord info
e6819aaView on GitHubRevise setup instructions and add gRPC details
9c33b68View on GitHubAdd gRPC billing account creation endpoint
64b2faaView on GitHubExtend BillingGrpcService with gRPC implementation
017a78eView on GitHubAdd gRPC and Protobuf support to billing-service
38b4f65View on GitHubAdd initial Spring Boot billing-service module
30fb395View on GitHubFix Dockerfile entrypoint typo and comment DB config
c2c9219View on GitHubAdd Dockerfile for patient-management service
bff5e09View on GitHubAdd delete patient endpoint to controller and service
143210fView on GitHubFix patient update logic to allow multiple field updates
25474ffView on GitHub