You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Activities + nutrition tracking microservice for FitTrack — Spring Boot 4 + Java 21 + MongoDB. Exposes /api/activities and /api/nutrition CRUD on port 8072, validates users against user-service via Eureka-discovered WebClient, publishes change events to RabbitMQ, and pulls runtime config from AWS SSM Parameter Store.
User authentication & management microservice for FitTrack — Spring Boot 4 + JWT + PostgreSQL + AWS SSM Parameter Store, registered with Eureka and integrated with RabbitMQ.
Spring Cloud Netflix Eureka service registry for the FitTrack microservices platform — runs a server-only Eureka instance on port 8761 so sibling services can register and discover each other. Built with Java 21, Spring Boot 4, and Spring Cloud 2025.1.