Drag0nCodes / Group_3_Service_Registry

1 stars 0 forks source link

Registry: Register a new microservice #6

Closed Drag0nCodes closed 1 week ago

Drag0nCodes commented 3 weeks ago

Should be based on a POST request made from a microservice

Will receive some sort of data about the microservice in the request. At least include the microservice's name. I'm thinking this should be unique to allow us to differentiate.

Should be invisible to the user. No front end.

Drag0nCodes commented 2 weeks ago

Coded some of the register method to accept a register request and add the microservice to the list

Drag0nCodes commented 1 week ago

Able to handle a registry request and add to an internal array.