Skip to content

Human Resource Management System project with microservice architecture

Notifications You must be signed in to change notification settings

TolgaKmbl/HumanResourceManagementSystem-Microservice

Repository files navigation

HumanResourceManagementSystem-Microservice

work in progress

TODO:

  • Add docker-compose file for the local applications
  • Add an api gw and eureka service registry in front of api
  • Add an aggregator service to call grpc services (user service etc.)
  • Add an async email service to send an activation mail
  • Add job adverts and a cv service
  • Convert one of the services into kotlin or asp.net core
  • (IMPORTANT) Add a rollback mechanism to services that are triggered from aggregator service. Use SAGA pattern with Kafka.