Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 502 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 502 Bytes

Event-Service

This service is responsible for listening to the events generated by employee-service and saving them in its own database. The event-service must also expose a REST API that contains just one endpoint:

  • Get all events related to a specific employee in ascending order, i.e, the oldest event must appear first. Response should be in JSON Array format.